summary refs log tree commit diff stats
path: root/hw/i386/acpi-build.h
blob: 148c0f99777f2d03b45be50e25411de4976e1b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef HW_I386_ACPI_BUILD_H
#define HW_I386_ACPI_BUILD_H

#include "qemu/typedefs.h"

void acpi_setup(void);

#endif