# HG changeset patch # User Michael Spacefalcon # Date 1404156712 0 # Node ID 517cde3e238eedeed9b3c564a56d799b35af7d55 # Parent 886cd11bc45fb9351262b6f784adbf0e3bf21bb0 osx.c: global data done diff -r 886cd11bc45f -r 517cde3e238e gsm-fw/gpf/osx/osx.c --- 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];