summaryrefslogtreecommitdiff
path: root/src/drivers/generic/ioapic/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/generic/ioapic/chip.h')
-rw-r--r--src/drivers/generic/ioapic/chip.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/drivers/generic/ioapic/chip.h b/src/drivers/generic/ioapic/chip.h
deleted file mode 100644
index a5fbeab5d4..0000000000
--- a/src/drivers/generic/ioapic/chip.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef DRIVERS_GENERIC_IOAPIC_CHIP_H
-#define DRIVERS_GENERIC_IOAPIC_CHIP_H
-
-typedef struct drivers_generic_ioapic_config {
- u32 version;
- u8 apicid;
- u8 have_isa_interrupts;
- void *base;
-} ioapic_config_t;
-
-#endif