Commit Graph

6 Commits

Author SHA1 Message Date
8dcc 5849eb2ed3 Add interface checks to globals_init 2023-07-20 23:19:50 +02:00
8dcc 0bab33a08e Add pmove interface 2023-07-20 20:40:34 +02:00
8dcc 4db305daa2 Change prefix for interfaces
gp_* -> i_*
go_* -> o_*
2023-07-20 20:25:49 +02:00
8dcc b08e19d8fa Typo 2023-07-20 17:31:16 +02:00
8dcc 68c30891a8 Rename globals' macros
DECLARE -> DECL
SYMBOLS -> INTF
EXTERNS -> EXTERN
2023-07-20 16:38:02 +02:00
8dcc 6103ae8019 Add globals.c file
Declarations of the externs in the header
globals_init() function for getting the hw.so handler and the
gp_engine and gp_client symbol pointers
2023-07-20 01:44:20 +02:00