comparison gsm-fw/gpf/osx/osx.c @ 491:886cd11bc45f

OSX reconstruction started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 30 Jun 2014 19:28:28 +0000
parents
children 517cde3e238e
comparison
equal deleted inserted replaced
490:06ab60fec942 491:886cd11bc45f
1 /*
2 * This C module is a reconstruction based on the disassembly of
3 * osx.obj in osx_na7_db.lib from the Leonardo package.
4 */
5
6 /* reconstructed set of included headers from COFF symtab: */
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include "typedefs.h"
11 #include "vsi.h"
12 #include "cust_os.h"
13