18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _PPC_ANS_LCD_H 38c2ecf20Sopenharmony_ci#define _PPC_ANS_LCD_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define ANSLCD_CLEAR 0x01 68c2ecf20Sopenharmony_ci#define ANSLCD_SENDCTRL 0x02 78c2ecf20Sopenharmony_ci#define ANSLCD_SETSHORTDELAY 0x03 88c2ecf20Sopenharmony_ci#define ANSLCD_SETLONGDELAY 0x04 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif 11