mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 14:58:43 +00:00
dm: vpit: add PIT-related header files
Add the necessary header files for vPIT. Origin: FreeBSD License: BSD-3-Clause URL: https://svnweb.freebsd.org/ commit: 335030 Purpose: Adding vPIT support. Maintained-by: External Tracked-On: #1392 Signed-off-by: Peter Fang <peter.fang@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "pci_core.h"
|
||||
#include "irq.h"
|
||||
#include "lpc.h"
|
||||
#include "pit.h"
|
||||
#include "uart_core.h"
|
||||
|
||||
#define IO_ICU1 0x20
|
||||
@@ -50,9 +51,6 @@ SET_DECLARE(lpc_sysres_set, struct lpc_sysres);
|
||||
#define ELCR_PORT 0x4d0
|
||||
SYSRES_IO(ELCR_PORT, 2);
|
||||
|
||||
#define IO_TIMER1_PORT 0x40
|
||||
|
||||
#define NMISC_PORT 0x61
|
||||
SYSRES_IO(NMISC_PORT, 1);
|
||||
|
||||
static struct pci_vdev *lpc_bridge;
|
||||
|
Reference in New Issue
Block a user