1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int64_t uptime;
6uint64_t loads[3];
7uint64_t totalram;
8uint64_t freeram;
9uint64_t sharedram;
10uint64_t bufferram;
11uint64_t totalswap;
12uint64_t freeswap;
13uint16_t procs;
14uint16_t pad;
15unsigned char mpers_filler_1[4];
16uint64_t totalhigh;
17uint64_t freehigh;
18uint32_t mem_unit;
19char _f[0];
20unsigned char mpers_end_filler_2[4];
21} ATTRIBUTE_PACKED mx32_sysinfo_t;
22#define MPERS_mx32_sysinfo_t mx32_sysinfo_t
23