xref: /qemu/hw/i386/acpi-build.h (revision 90ce6e2644db2c47d72f364b4de57342e50bd10a)
1 
2 #ifndef HW_I386_ACPI_BUILD_H
3 #define HW_I386_ACPI_BUILD_H
4 
5 #include "qemu/typedefs.h"
6 
7 void acpi_setup(void);
8 
9 #endif
10