You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hooks.h 169B

1234567
  1. #ifndef HOOKS_H
  2. #define HOOKS_H
  3. extern void arch_initialise ( struct i386_all_regs *regs );
  4. extern void arch_main ( struct i386_all_regs *regs );
  5. #endif /* HOOKS_H */