repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
reboot.c
blob
edc0a5fb62d42513e41f6453ad5e82a80c2342a3
1
/*
2
* SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, void __user *, arg)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_reboot
= {
7
.
name
=
"reboot"
,
8
.
num_args
=
4
,
9
.
arg1name
=
"magic1"
,
10
.
arg2name
=
"magic2"
,
11
.
arg3name
=
"cmd"
,
12
.
arg4name
=
"arg"
,
13
.
arg4type
=
ARG_ADDRESS
,
14
};