- Removed unused HandleEvent method.
[AROS.git] / compiler / include / resources / efi.h
blobaca39e3463a2ba7637800e8655cc1a83685ec903
1 #ifndef RESOURCES_EFI_H
2 #define RESOURCES_EFI_H
4 /*
5 Copyright © 2011, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: efi.resource definitions
9 Lang: english
12 #include <exec/lists.h>
13 #include <hardware/efi/efi.h>
15 struct EFIBase
17 struct Node node; /* Resource node */
18 struct EFI_SystemTable *System; /* System table pointer */
19 struct EFI_Runtime *Runtime; /* Runtime services pointer */
22 #endif