https://github.com/torvalds/linux
Raw File
Tip revision: 7cef5677ef3a8084f2588ce0a129dc95d65161f6 authored by Linus Torvalds on 06 June 2005, 15:22:29 UTC
Linux 2.6.12-rc6
Tip revision: 7cef567
ans-lcd.h
#ifndef _PPC_ANS_LCD_H
#define _PPC_ANS_LCD_H

#define ANSLCD_MINOR		156

#define ANSLCD_CLEAR		0x01
#define ANSLCD_SENDCTRL		0x02
#define ANSLCD_SETSHORTDELAY	0x03
#define ANSLCD_SETLONGDELAY	0x04

#endif
back to top