PatchworkOS
Loading...
Searching...
No Matches
pic.h
Go to the documentation of this file.
1#pragma once
2
3#define PIC1 0x20
4#define PIC2 0xA0
5#define PIC1_COMMAND PIC1
6#define PIC1_DATA (PIC1 + 1)
7#define PIC2_COMMAND PIC2
8#define PIC2_DATA (PIC2 + 1)
9
10#define PIC_EOI 0x20
11
12void pic_disable(void);
void pic_disable(void)
Definition pic.c:7