mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-16 08:11:31 +00:00
87508aa0b2
call it initialise() and place it in main.c. :)
7 lines
109 B
C
7 lines
109 B
C
#ifndef HOOKS_H
|
|
#define HOOKS_H
|
|
|
|
extern void arch_main ( struct i386_all_regs *regs );
|
|
|
|
#endif /* HOOKS_H */
|