cpu.resource(pc-i386) Get this compile again, with acpica.library
[AROS.git] / arch / all-pc / acpi / acpi.conf
blob362b6887967be4530c16c69628aa27077f5eefbd
1 ##begin config
2 version 1.0
3 residentpri 125
4 libbase ACPIBase
5 libbasetypeextern struct ACPIBase
6 options nostubs
7 ##end config
9 ##begin cdefprivate
10 #include <resources/acpi.h>
11 ##end cdefprivate
13 ##begin functionlist
14 APTR ACPI_FindSDT(ULONG id) (D0)
15 ULONG ACPI_ScanEntries(struct ACPI_TABLE_DEF_HEADER *table, WORD type, const struct Hook *hook, APTR userData) (A0, D0, A1, A2)
16 IPTR ACPI_ReadReg(struct GENERIC_ACPI_ADDR *addr) (A0)
17 void ACPI_WriteReg(struct GENERIC_ACPI_ADDR *addr, IPTR value) (A0, D0)
18 ULONG ACPI_ScanSDT(ULONG id, const struct Hook *hook, APTR userData) (D0, A0, A1)
19 ##end functionlist