rpcsx/kernel/orbis/include/orbis/SocketAddress.hpp
2025-10-04 15:07:41 +03:00

9 lines
140 B
C++

#pragma once
namespace orbis {
struct SocketAddress {
unsigned char len;
unsigned char family;
char data[14];
};
} // namespace orbis