|
|
|
|
66
|
uint32_t dwords[ sizeof ( _structure ) / 32 ]; \
|
66
|
uint32_t dwords[ sizeof ( _structure ) / 32 ]; \
|
67
|
uint64_t qwords[ sizeof ( _structure ) / 64 ]; \
|
67
|
uint64_t qwords[ sizeof ( _structure ) / 64 ]; \
|
68
|
_structure *dummy[0]; \
|
68
|
_structure *dummy[0]; \
|
69
|
- } u
|
69
|
+ } __attribute__ (( packed )) u
|
70
|
|
70
|
|
71
|
/** Get pseudo_bit_t structure type from wrapper structure pointer */
|
71
|
/** Get pseudo_bit_t structure type from wrapper structure pointer */
|
72
|
#define PSEUDO_BIT_STRUCT_TYPE( _ptr ) \
|
72
|
#define PSEUDO_BIT_STRUCT_TYPE( _ptr ) \
|