• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Allwinner SoCs display driver.
3  *
4  * Copyright (C) 2016 Allwinner.
5  *
6  * This file is licensed under the terms of the GNU General Public
7  * License version 2.  This program is licensed "as is" without any
8  * warranty of any kind, whether express or implied.
9  */
10 
11 #ifndef _DISP_SMBL_H_
12 #define _DISP_SMBL_H_
13 
14 #include "disp_private.h"
15 
16 struct disp_smbl *disp_get_smbl(u32 disp);
17 s32 disp_smbl_shadow_protect(struct disp_smbl *smbl, bool protect);
18 s32 disp_init_smbl(struct disp_bsp_init_para *para);
19 
20 #endif
21