/* * Allwinner SoCs display driver. * * Copyright (C) 2016 Allwinner. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef _DISP_INCLUDE_H_ #define _DISP_INCLUDE_H_ #define __LINUX_PLAT__ /* #define __UBOOT_PLAT__ */ #if defined(__LINUX_PLAT__) #include #include #include #include #include #include #include "linux/semaphore.h" #include #include #include #include #include /* wake_up_process() */ #include /* kthread_create()??kthread_run() */ #include /* IS_ERR()??PTR_ERR() */ #include #include #include "asm-generic/int-ll64.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include