Sign in
akaros
/
upstream
/
e130873a4709b6e28b3533c967d961b429c32c4e
/
.
/
tests
/
reboot.c
blob: 7be88d3b8cedba43e7924e67abf0acc140e6bd1e [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<parlib/parlib.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"[Scottish Accent]: She's goin' down, Cap'n!\n"
);
sys_reboot
();
printf
(
"Doh! Reboot returned...\n"
);
return
-
1
;
}