FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/osl/os_mis_fl.c @ 477:2f79ddc12bb0
OSL reconstruction: os_mis_fl.c: got the set of included headers, passes gcc
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Fri, 27 Jun 2014 07:23:00 +0000 |
| parents | |
| children | dac495b0d222 |
comparison
equal
deleted
inserted
replaced
| 476:536c53d3356c | 477:2f79ddc12bb0 |
|---|---|
| 1 /* | |
| 2 * This C module is a reconstruction based on the disassembly of | |
| 3 * os_mis.obj in frame_na7_db_fl.lib from the Leonardo package. | |
| 4 */ | |
| 5 | |
| 6 /* set of included headers from COFF symtab, slightly reordered: */ | |
| 7 #include <stddef.h> | |
| 8 #include <stdio.h> | |
| 9 #include <string.h> | |
| 10 #include "../../riviera/rv/general.h" | |
| 11 #include "../../riviera/rv/rv_general.h" | |
| 12 #include "../../riviera/rvf/rvf_api.h" | |
| 13 #include "../../services/ffs/ffs.h" | |
| 14 #include "gpfconf.h" /* FreeCalypso addition */ | |
| 15 #include "../../nucleus/nucleus.h" | |
| 16 #include "typedefs.h" | |
| 17 #include "os.h" | |
| 18 #include "gdi.h" | |
| 19 #include "os_types.h" | |
| 20 #include "os_glob.h" | |
| 21 #include "header.h" | |
| 22 #include "vsi.h" | |
| 23 #include "drvconf.h" | |
| 24 #include "../tst_pei/tstdriver.h" | |
| 25 #include "dar_func.h" | |
| 26 #include "tools.h" | |
| 27 |
