/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Support for LGDT3302 and LGDT3303 - VSB/QAM * * Copyright (C) 2005 Wilson Michaels <[email protected]> */ #ifndef _LGDT330X_PRIV_ #define _LGDT330X_PRIV_ /* i2c control register addresses */ enum I2C_REG { … }; #endif /* _LGDT330X_PRIV_ */