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 283B

123456789
  1. #ifndef ETHERBOOT_E1_HOOKS_H
  2. #define ETHERBOOT_E1_HOOKS_H
  3. #define arch_main(data,params) do {} while(0)
  4. #define arch_on_exit(status) do {} while(0)
  5. #define arch_relocate_to(addr) do {} while(0)
  6. #define arch_relocated_from(old_addr) do {} while(0)
  7. #endif /* ETHERBOOT_E1_HOOKS_H */