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
/
all-mingw32
/
kernel
/
syscall.h
blob
bad1b862d01236daf31d066d5e834be05150988d
1
#ifndef SYSCALL_H_
2
#define SYSCALL_H_
3
4
#define SC_CAUSE 0
5
#define SC_DISPATCH 1
6
#define SC_SWITCH 2
7
#define SC_SCHEDULE 3
8
#define SC_CLI 4
9
#define SC_STI 5
10
#define SC_SUPERSTATE 6
11
#define SC_ISSUPERSTATE 7
12
#define SC_INVALIDATED 8
13
14
#endif
/*SYSCALL_H_*/