index
:
bringelle.git
master
x86_32 Kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
pic.h
blob: 19e0f5c494a3c76081da6f524e92c61fb1f57460 (
plain
)
1
2
3
4
5
6
7
8
9
#ifndef PIC_H #define PIC_H /** * Configure */ void pic_init(); #endif