Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef PIC_H
|
||||
#define PIC_H
|
||||
|
||||
void pic_acknowledge(unsigned int);
|
||||
void setup_pics(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user