repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_init.h
blob
d48b8c1848d31dd1aac667cecd0d6659f807425c
1
#ifndef _BSP_INIT_H_
2
#define _BSP_INIT_H_
3
4
/* BSP init */
5
void
bsp_init
(
void
);
6
7
#endif
/* __BSP_INIT_H__ */