2 * Copyright (C) 2012-2018, The AROS Development Team
6 #ifndef _ACPICA_INTERN_H
7 #define _ACPICA_INTERN_H
16 #define ACPICAB_ENABLED 0
17 #define ACPICAF_ENABLED (1 << ACPICAB_ENABLED)
18 #define ACPICAB_TIMER 1
19 #define ACPICAF_TIMER (1 << ACPICAB_TIMER)
22 struct Library ab_Lib
;
24 struct MsgPort
*ab_TimeMsgPort
;
25 struct timerequest
*ab_TimeRequest
;
26 struct Library
*ab_TimerBase
;
28 ACPI_MCFG_ALLOCATION
*ab_PCI
;
31 ACPI_PHYSICAL_ADDRESS ab_RootPointer
;
34 #endif //_ACPICA_INTERN_H