5 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
8 #define PLUGIN_DL_BASE 0xfbad0000
10 enum builtint_plugins_e {
15 void *plugin_link(enum builtint_plugins_e id, const char *sym);
16 void plugin_call_rearmed_cbs(void);
19 long PAD1_readPort(struct PadDataS *);
20 long PAD2_readPort(struct PadDataS *);
22 #endif /* __PLUGIN_H__ */