oxytoxin

unix-like kernel
git clone git://git.evenfri.xyz/oxytoxin.git
Log | Files | Refs | README | LICENSE

oxytoxin.h (215B)


      1 #ifndef oxytoxin_h
      2 #define oxytoxin_h
      3 
      4 #include <stddef.h>
      5 #include <stdint.h>
      6 
      7 #include "multiboot.h"
      8 #include "dat.h"
      9 #include "fns.h"
     10 
     11 #include "keyboard/keyboard.h"
     12 #include "ata/ata.h"
     13 
     14 #endif /* oxytoxin_h */