luxos/Kernel/hal/cpu/pic.h

6 lines
80 B
C

#ifndef _PIC_H
#define _PIC_H
extern void PicRemap(int pic1, int pic2);
#endif