/* SPDX-License-Identifier: GPL-2.0 */ /* * cxd2880_dtv.h * Sony CXD2880 DVB-T2/T tuner + demodulator driver * DTV related definitions * * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation */ #ifndef CXD2880_DTV_H #define CXD2880_DTV_H enum cxd2880_dtv_sys { … }; enum cxd2880_dtv_bandwidth { … }; #endif