mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-17 18:48:36 +00:00
10 lines
128 B
C
10 lines
128 B
C
![]() |
|
||
|
#ifndef HW_I386_ACPI_BUILD_H
|
||
|
#define HW_I386_ACPI_BUILD_H
|
||
|
|
||
|
#include "qemu/typedefs.h"
|
||
|
|
||
|
void acpi_setup(PcGuestInfo *);
|
||
|
|
||
|
#endif
|