9 lines
114 B
C
9 lines
114 B
C
|
#ifndef HW_ACPI_PIIX4_H
|
||
|
#define HW_ACPI_PIIX4_H
|
||
|
|
||
|
#include "qemu/typedefs.h"
|
||
|
|
||
|
Object *piix4_pm_find(void);
|
||
|
|
||
|
#endif
|