use PACKED macro insted of open-coding GCC-ism
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
struct promise_meta {
|
||||
uint8_t sig[24];
|
||||
} __attribute__((packed));
|
||||
} PACKED;
|
||||
|
||||
#define PDC_CONFIG_OFF 0x1200
|
||||
#define PDC_SIGNATURE "Promise Technology, Inc."
|
||||
|
||||
Reference in New Issue
Block a user