Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / debug / udptty / intrman_add.h
blob5f0e1442960d4a7430de44624cb02cd833f495d6
1 #ifndef _INTRMAN_ADD_H_
2 #define _INTRMAN_ADD_H_
4 void *intrman_14(void *func, void *arg1, void *arg2, void *arg3);
5 #define I_intrman_14 DECLARE_IMPORT(14, intrman_14)
7 #endif