https://github.com/torvalds/linux
Raw File
Tip revision: 606135a3081e045b677cde164a296c51f66c4633 authored by Linus Torvalds on 28 February 2007, 04:59:12 UTC
Linux 2.6.21-rc2
Tip revision: 606135a
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