MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / drivers / char / moxalcm.h
blob9a8d6a047f6bd9310d2db7763e630b323d831f55
2 /*
3 * This is a include file to define Moxa supporting LCM moudle global defined.
5 * History:
6 * Date Author Commnet
7 * 09-03-2008 Victor Yu. Create it.
8 */
10 #ifndef __MOXA_LCM_H
11 #define __MOXA_LCM_H
13 // ioctl command define
14 #define IOCTL_LCM_GOTO_XY 1
15 #define IOCTL_LCM_CLS 2
16 #define IOCTL_LCM_CLEAN_LINE 3
17 #define IOCTL_LCM_GET_XY 4
18 #define IOCTL_LCM_BACK_LIGHT_ON 5
19 #define IOCTL_LCM_BACK_LIGHT_OFF 6
20 #define IOCTL_LCM_PIX_ON 7
21 #define IOCTL_LCM_PIX_OFF 8
22 #define IOCTL_LCM_AUTO_SCROLL_ON 13
23 #define IOCTL_LCM_AUTO_SCROLL_OFF 14
24 #define IOCTL_LCM_SAVE_BYTE 15
25 #define IOCTL_LCM_WRITE_BYTE 16
26 #define IOCTL_LCM_DISPLAY_OFF 17
27 #define IOCTL_LCM_DISPLAY_ON 18
28 #define IOCTL_LCM_REVERSE_ON 20
29 #define IOCTL_LCM_REVERSE_OFF 21
31 #endif // __MOXA_LCM_H