Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_ANS_LCD_H
0003 #define _PPC_ANS_LCD_H
0004 
0005 #define ANSLCD_CLEAR        0x01
0006 #define ANSLCD_SENDCTRL     0x02
0007 #define ANSLCD_SETSHORTDELAY    0x03
0008 #define ANSLCD_SETLONGDELAY 0x04
0009 
0010 #endif