From 7048141254b7c1948fe77b1742b463f8723610d8 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 18 Aug 2008 12:51:31 -0700 Subject: [PATCH] Pack bdb_general_definitions block More correct & consistent with other definitions. --- src/i830_bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_bios.h b/src/i830_bios.h index 2b073f33..817ac2db 100644 --- a/src/i830_bios.h +++ b/src/i830_bios.h @@ -138,7 +138,7 @@ struct bdb_general_definitions { unsigned char dev3[33]; unsigned char dev4[33]; /* may be another device block here on some platforms */ -}; +} __attribute__((packed)); #define LVDS_CAP_EDID (1 << 6) #define LVDS_CAP_DITHER (1 << 5)