File: acpi-build.h

package info (click to toggle)
qemu 2.0.0%2Bdfsg-4~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 51,176 kB
  • sloc: ansic: 779,192; sh: 11,338; asm: 10,524; python: 7,568; cpp: 6,085; perl: 4,521; makefile: 2,240; objc: 895; xml: 526
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (5)
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(PcGuestInfo *);

#endif