sos

[unmaintained] experimenting with low level OS development
Log | Files | Refs | README | LICENSE

pic.h (54B)


      1 #ifndef PIC_H
      2 #define PIC_H
      3 
      4 void pic_init();
      5 
      6 #endif