FreeCalypso > hg > fc-magnetite
comparison src/gpf2/osl/os_isr.c @ 492:10c059efb3d1
OSL: os_isr.c compiles
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 24 Jun 2018 18:21:48 +0000 |
parents | 91e8dac34ada |
children |
comparison
equal
deleted
inserted
replaced
491:045d641c9bfa | 492:10c059efb3d1 |
---|---|
3 * os_isr.obj in frame_na7_db_fl.lib from the Leonardo package. | 3 * os_isr.obj in frame_na7_db_fl.lib from the Leonardo package. |
4 */ | 4 */ |
5 | 5 |
6 /* set of included headers from COFF symtab: */ | 6 /* set of included headers from COFF symtab: */ |
7 #include <string.h> | 7 #include <string.h> |
8 #include "gpfconf.h" /* FreeCalypso addition */ | 8 #include "nucleus.h" |
9 #include "../../nucleus/nucleus.h" | |
10 #include "typedefs.h" | 9 #include "typedefs.h" |
11 #include "os.h" | 10 #include "os.h" |
12 #include "gdi.h" | 11 #include "gdi.h" |
13 #include "os_types.h" | 12 #include "os_types.h" |
14 #include "os_glob.h" | 13 #include "os_glob.h" |