repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ivshmem: Implement shm=... with a memory backend
[qemu/kevin.git]
/
hw
/
i386
/
acpi-build.h
blob
148c0f99777f2d03b45be50e25411de4976e1b4d
1
2
#ifndef HW_I386_ACPI_BUILD_H
3
#define HW_I386_ACPI_BUILD_H
4
5
#include
"qemu/typedefs.h"
6
7
void
acpi_setup
(
void
);
8
9
#endif