1 #ifndef HARDWARE_EFI_TABLES_H
2 #define HARDWARE_EFI_TABLES_H
5 Copyright © 2011, The AROS Development Team. All rights reserved.
8 Desc: Basic definitions for EFI tables
12 #include <exec/types.h>
15 /* On x86-64 EFI uses Microsoft calling convention */
16 #define __eficall __attribute((ms_abi))
21 /* Common header of all tables */
22 struct EFI_TableHeader