repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import 2.3.1
[davej-history.git]
/
include
/
asm-arm
/
vt.h
blob
6c3573768b76ea0a20201ba92168bec1fe9a5f46
1
#ifndef _ASMARM_VT_H
2
#define _ASMARM_VT_H
3
4
#define VT_GETSCRINFO 0x56FD
/* get screen info */
5
#define VT_GETPALETTE 0x56FE
/* get palette */
6
#define VT_SETPALETTE 0x56FF
/* set palette */
7
8
#endif
/* _ASMARM_VT_H */