Home | History | Annotate | Line # | Download | only in ofwboot
      1  1.1  aymeric #ifndef BOOT_H_
      2  1.1  aymeric #define BOOT_H_
      3  1.1  aymeric 
      4  1.1  aymeric #include <sys/types.h>
      5  1.1  aymeric 
      6  1.1  aymeric typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int);
      7  1.1  aymeric 
      8  1.1  aymeric void main(void);
      9  1.1  aymeric 
     10  1.1  aymeric #endif /* BOOT_H_ */
     11