1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5uint16_t len;
6unsigned char mpers_filler_1[2];
7uint32_t filter;
8} ATTRIBUTE_PACKED m32_seccomp_fprog_t;
9#define MPERS_m32_seccomp_fprog_t m32_seccomp_fprog_t
10