repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
ppc-chrp
/
efika
/
kernel
/
syscall.h
blob
262be3ff5b9c9da3f77ae3dc51c2276dd2a4fed1
1
#ifndef SYSCALL_H_
2
#define SYSCALL_H_
3
4
#define SC_CAUSE 0x000
5
#define SC_DISPATCH 0x001
6
#define SC_SWITCH 0x002
7
#define SC_SCHEDULE 0x003
8
#define SC_CLI 0x004
9
#define SC_STI 0x005
10
#define SC_SUPERSTATE 0x006
11
#define SC_ISSUPERSTATE 0x007
12
#define SC_INVALIDATED 0x008
13
#define SC_RTAS 0x009
14
#define SC_REBOOT 0x100
15
16
#endif
/*SYSCALL_H_*/