Removed the legacy #defines in device.h.
This commit is contained in:
@@ -117,7 +117,7 @@ ioapic_init(UNUSED(const device_t *info))
|
||||
const device_t ioapic_device = {
|
||||
.name = "I/O Advanced Programmable Interrupt Controller",
|
||||
.internal_name = "ioapic",
|
||||
.flags = DEVICE_AT,
|
||||
.flags = DEVICE_ISA16,
|
||||
.local = 0,
|
||||
.init = ioapic_init,
|
||||
.close = ioapic_close,
|
||||
|
||||
Reference in New Issue
Block a user