changeset 492:517cde3e238e

osx.c: global data done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 30 Jun 2014 19:31:52 +0000
parents 886cd11bc45f
children 4775ba17ba05
files gsm-fw/gpf/osx/osx.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/gpf/osx/osx.c	Mon Jun 30 19:28:28 2014 +0000
+++ b/gsm-fw/gpf/osx/osx.c	Mon Jun 30 19:31:52 2014 +0000
@@ -11,3 +11,6 @@
 #include "vsi.h"
 #include "cust_os.h"
 
+int osx_config = 2;
+int _caller;
+T_OSX_REGISTER _osx_registry[7];