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:
ths 2007-09-16 20:03:23 +00:00
parent fe4d8f67ee
commit bd494f4cbd
2 changed files with 28 additions and 1 deletions

7
vl.c
View file

@ -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