repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
ofppc
/
stand
/
ofwboot
/
boot.h
blob
11f98c6576d84d3784374f57a1f8517b046c2354
1
#ifndef BOOT_H_
2
#define BOOT_H_
3
4
#include <sys/types.h>
5
6
typedef
void
(*
boot_entry_t
)(
int
,
int
,
int
(*)(
void
*),
void
*,
u_int
);
7
8
void
main
(
void
);
9
10
#endif
/* BOOT_H_ */