|
Last change
on this file since 66 was
66,
checked in by megakiss, 11 years ago
|
|
키패드 기능 연결
전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1
|
-
Property svn:executable set to
*
|
|
File size:
295 bytes
|
| Line | |
|---|
| 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 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.