CS350 COS
COS
Loading...
Searching...
No Matches
ioapic.h
Go to the documentation of this file.
1/*
2 * IOAPIC Header
3 */
4
5#ifndef __IOAPIC_H__
6#define __IOAPIC_H__
7
8void IOAPIC_Init();
9void IOAPIC_Enable(int irq);
10void IOAPIC_Disable(int irq);
11
12#endif /* __IOAPIC_H__ */
13
void IOAPIC_Init()
Definition: ioapic.c:54
void IOAPIC_Enable(int irq)
Definition: ioapic.c:70
void IOAPIC_Disable(int irq)
Definition: ioapic.c:77
static uint8_t irq
Definition: sercons.c:38