/* SPDX-License-Identifier: GPL-2.0 */ /* * tda1997x - NXP HDMI receiver * * Copyright 2017 Tim Harvey <[email protected]> * */ #ifndef _TDA1997X_ #define _TDA1997X_ /* Platform Data */ struct tda1997x_platform_data { … }; #endif
/* SPDX-License-Identifier: GPL-2.0 */ /* * tda1997x - NXP HDMI receiver * * Copyright 2017 Tim Harvey <[email protected]> * */ #ifndef _TDA1997X_ #define _TDA1997X_ /* Platform Data */ struct tda1997x_platform_data { … }; #endif