repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make vfs & filesystems use failable copying
[minix3.git]
/
kernel
/
arch
/
earm
/
bsp
/
include
/
bsp_reset.h
blob
6158a8f844562067d9cb45fb0011bcc3cb5ca9a2
1
#ifndef _BSP_RESET_H_
2
#define _BSP_RESET_H_
3
4
void
bsp_reset_init
(
void
);
5
void
bsp_reset
(
void
);
6
void
bsp_poweroff
(
void
);
7
8
#endif
/* _BSP_RESET_H_ */