2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-16 08:11:31 +00:00
xNBA/src/arch/i386/include/hooks.h

7 lines
109 B
C
Raw Normal View History

#ifndef HOOKS_H
#define HOOKS_H
2005-03-08 18:53:11 +00:00
extern void arch_main ( struct i386_all_regs *regs );
2005-03-08 18:53:11 +00:00
#endif /* HOOKS_H */