blob: bca7d76d441b543b64ee42767c89195e19b2bf5e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _PPC_ANS_LCD_H
3#define _PPC_ANS_LCD_H
4
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#define ANSLCD_CLEAR 0x01
6#define ANSLCD_SENDCTRL 0x02
7#define ANSLCD_SETSHORTDELAY 0x03
8#define ANSLCD_SETLONGDELAY 0x04
9
10#endif