/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2016 Texas Instruments, Inc. */ #ifndef __OMAPDSS_PDATA_H #define __OMAPDSS_PDATA_H enum omapdss_version { … }; /* Board specific data */ struct omap_dss_board_info { … }; #endif /* __OMAPDSS_PDATA_H */