[build] Remove PACKED macro

Most of iPXE uses __attribute__((packed)) anyway, and PACKED conflicts
with an identically-named macro in the upstream EFI header files.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-05-29 16:51:48 +01:00
parent eef46c23d6
commit 307b39c08c
6 changed files with 70 additions and 74 deletions

View File

@@ -429,9 +429,6 @@ int __debug_disable;
*/
#ifndef ASSEMBLY
/** Declare a data structure as packed. */
#define PACKED __attribute__ (( packed ))
/** Declare a variable or data structure as unused. */
#define __unused __attribute__ (( unused ))