repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] jbd: use BUILD_BUG_ON in journal init
[linux-2.6/mini2440.git]
/
include
/
linux
/
radeonfb.h
blob
5bd8975ed78e3708df073420de52251790c8d507
1
#ifndef __LINUX_RADEONFB_H__
2
#define __LINUX_RADEONFB_H__
3
4
#include <asm/ioctl.h>
5
#include <asm/types.h>
6
7
#define ATY_RADEON_LCD_ON 0x00000001
8
#define ATY_RADEON_CRT_ON 0x00000002
9
10
11
#define FBIO_RADEON_GET_MIRROR _IOR(
'@'
, 3, size_t)
12
#define FBIO_RADEON_SET_MIRROR _IOW(
'@'
, 4, size_t)
13
14
#endif
15