From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiU4-0001Lv-DB for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REiU1-0008Q2-8t for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:36 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:42913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiU0-0008Pm-Vb for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:33 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p9EEBV5J003776 for ; Fri, 14 Oct 2011 14:11:31 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9EEBVp12289896 for ; Fri, 14 Oct 2011 15:11:31 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9EEBUYE031704 for ; Fri, 14 Oct 2011 08:11:31 -0600 From: Stefan Hajnoczi Date: Fri, 14 Oct 2011 15:11:24 +0100 Message-Id: <1318601487-32419-5-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 4/7] remove hpet.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Anthony Liguori , Stefan Hajnoczi From: Paolo Bonzini It is unused since the HPET and RTC timers were removed (commit 25f3151, 2011-05-31). Signed-off-by: Paolo Bonzini Signed-off-by: Stefan Hajnoczi --- hpet.h | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) delete mode 100644 hpet.h diff --git a/hpet.h b/hpet.h deleted file mode 100644 index 754051a..0000000 --- a/hpet.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __HPET__ -#define __HPET__ 1 - - - -struct hpet_info { - unsigned long hi_ireqfreq; /* Hz */ - unsigned long hi_flags; /* information */ - unsigned short hi_hpet; - unsigned short hi_timer; -}; - -#define HPET_INFO_PERIODIC 0x0001 /* timer is periodic */ - -#define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ -#define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ -#define HPET_INFO _IOR('h', 0x03, struct hpet_info) -#define HPET_EPI _IO('h', 0x04) /* enable periodic */ -#define HPET_DPI _IO('h', 0x05) /* disable periodic */ -#define HPET_IRQFREQ _IOW('h', 0x6, unsigned long) /* IRQFREQ usec */ - -#endif /* !__HPET__ */ -- 1.7.6.3