FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/gpf/osl/os_mis_fl.c Fri Jun 27 07:23:00 2014 +0000 @@ -0,0 +1,27 @@ +/* + * This C module is a reconstruction based on the disassembly of + * os_mis.obj in frame_na7_db_fl.lib from the Leonardo package. + */ + +/* set of included headers from COFF symtab, slightly reordered: */ +#include <stddef.h> +#include <stdio.h> +#include <string.h> +#include "../../riviera/rv/general.h" +#include "../../riviera/rv/rv_general.h" +#include "../../riviera/rvf/rvf_api.h" +#include "../../services/ffs/ffs.h" +#include "gpfconf.h" /* FreeCalypso addition */ +#include "../../nucleus/nucleus.h" +#include "typedefs.h" +#include "os.h" +#include "gdi.h" +#include "os_types.h" +#include "os_glob.h" +#include "header.h" +#include "vsi.h" +#include "drvconf.h" +#include "../tst_pei/tstdriver.h" +#include "dar_func.h" +#include "tools.h" +