/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Afatech AF9033 demodulator driver * * Copyright (C) 2009 Antti Palosaari <[email protected]> * Copyright (C) 2012 Antti Palosaari <[email protected]> */ #ifndef AF9033_H #define AF9033_H /* * I2C address: 0x1c, 0x1d, 0x1e, 0x1f */ struct af9033_config { … }; struct af9033_ops { … }; #endif /* AF9033_H */