allwinner_a64/android/external/strace/mpers-m32/seccomp_fprog_t.h
2018-08-08 16:14:42 +08:00

9 lines
227 B
C

#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
uint16_t len;
unsigned char mpers_filler_1[2];
uint32_t filter;
} ATTRIBUTE_PACKED m32_seccomp_fprog_t;
#define MPERS_m32_seccomp_fprog_t m32_seccomp_fprog_t