Elliott Hughes | 28e98bc | 2018-06-14 16:59:04 -0700 | [diff] [blame^] | 1 | #include <stdint.h> |
2 | #ifndef mpers_ptr_t_is_uint32_t | ||||
3 | typedef uint32_t mpers_ptr_t; | ||||
4 | #define mpers_ptr_t_is_uint32_t | ||||
5 | #endif | ||||
6 | typedef | ||||
7 | struct { | ||||
8 | uint16_t len; | ||||
9 | unsigned char mpers_filler_1[2]; | ||||
10 | mpers_ptr_t filter; | ||||
11 | } ATTRIBUTE_PACKED m32_struct_sock_fprog; | ||||
12 | #define MPERS_m32_struct_sock_fprog m32_struct_sock_fprog |