struct_with_scalars.h 125 B

12345678910
  1. struct relocated_struct_with_scalars {
  2. #ifndef TARGET
  3. __u8 a;
  4. #endif
  5. __u8 b;
  6. __u8 c;
  7. #ifdef TARGET
  8. __u8 d;
  9. #endif
  10. };