IBNOS
|
#include <hardware/pic.h>
#include <interrupt/interrupt.h>
#include <console/console.h>
#include <util/util.h>
#include <io/io.h>
Go to the source code of this file.
Functions | |
void | picInit (uint32_t interruptOffset) |
Initializes the programmable interrupt controller. More... | |
bool | picReserveIRQ (uint32_t irq, irq_callback callback) |
Assign a callback function to an IRQ. More... | |
void | picFreeIRQ (uint32_t irq) |
Release an IRQ. More... | |
Variables | |
uint32_t | irqBase = 0 |
irq_callback | irqTable [IRQ_COUNT] |