mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Add a local copy of hpet.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3172 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fe4d8f67ee
commit
bd494f4cbd
2 changed files with 28 additions and 1 deletions
7
vl.c
7
vl.c
|
@ -58,7 +58,12 @@
|
|||
#include <pty.h>
|
||||
#include <malloc.h>
|
||||
#include <linux/rtc.h>
|
||||
#include <linux/hpet.h>
|
||||
|
||||
/* For the benefit of older linux systems which don't supply it,
|
||||
we use a local copy of hpet.h. */
|
||||
/* #include <linux/hpet.h> */
|
||||
#include "hpet.h"
|
||||
|
||||
#include <linux/ppdev.h>
|
||||
#include <linux/parport.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue