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
12
void
pic_disable
(
void
);
pic_disable
void pic_disable(void)
Definition
pic.c:7
include
kernel
drivers
pic.h
Generated by
1.9.8