Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / all-pc / acpica / generate / aros / acpica_intern.h
blob1fa45bc5d54a9152d3a0d2bbf0f4d6d311170a9e
1 /*
2 * Copyright (C) 2012-2013, The AROS Development Team
3 * All rights reserved.
4 */
6 #ifndef _ACPICA_INTERN_H
7 #define _ACPICA_INTERN_H
9 #include "acpi.h"
10 #include "accommon.h"
11 #include "amlcode.h"
12 #include "acparser.h"
13 #include "acdebug.h"
14 #include "acmacros.h"
16 struct ACPICABase {
17 struct Library ab_Lib;
18 struct MsgPort *ab_TimeMsgPort;
19 struct timerequest *ab_TimeRequest;
20 struct Library *ab_TimerBase;
22 ACPI_MCFG_ALLOCATION *ab_PCI;
23 int ab_PCIs;
25 ACPI_PHYSICAL_ADDRESS ab_RootPointer;
28 #endif //_ACPICA_INTERN_H