luxos/SysCore/hal/pic/pic.h

6 lines
85 B
C

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