* Author : Maxim Mamontov <faust@stargazer.dp.ua>
*/
-#ifndef RS_PACKETSH
-#define RS_PACKETSH
+#pragma once
#define RS_MAGIC_LEN (6)
#define RS_PROTO_VER_LEN (2)
#define RS_ID "RSP00"
-#include "os_int.h"
+#include <cstdint>
-namespace RS
+namespace STG::RS
{
struct PACKET_HEADER
} __attribute__((__packed__)); // 992 bytes, 124 blocks
} // namespace RS
-
-#endif