Skip to content
Snippets Groups Projects
Commit e53339cf authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Paolo Bonzini
Browse files

acpi.h: make it self contained


Headers shouldn't assume another header is included,
pull in everything necessary.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 0445259b
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,12 @@
* <http://www.gnu.org/licenses/>.
*/
#include "qapi/error.h"
#include "qemu/typedefs.h"
#include "qemu/notify.h"
#include "qemu/option.h"
#include "exec/memory.h"
/* from linux include/acpi/actype.h */
/* Default ACPI register widths */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment