mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +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
|