/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ITE Tech IT9137 silicon tuner driver * * Copyright (C) 2011 Malcolm Priestley ([email protected]) * IT9137 Copyright (C) ITE Tech Inc. */ #ifndef IT913X_H #define IT913X_H #include <media/dvb_frontend.h> /** * struct it913x_platform_data - Platform data for the it913x driver * @regmap: af9033 demod driver regmap. * @fe: af9033 demod driver DVB frontend. * @role: Chip role, single or dual configuration. */ struct it913x_platform_data { … }; #endif