Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / staging / media / bcm2048 / radio-bcm2048.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * drivers/staging/media/radio-bcm2048.h
4  *
5  * Property and command definitions for bcm2048 radio receiver chip.
6  *
7  * Copyright (C) Nokia Corporation
8  * Contact: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License
12  * version 2 as published by the Free Software Foundation.
13  *
14  * This program is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * General Public License for more details.
18  */
19
20 #ifndef BCM2048_H
21 #define BCM2048_H
22
23 #define BCM2048_NAME            "bcm2048"
24 #define BCM2048_I2C_ADDR        0x22
25
26 #endif  /* ifndef BCM2048_H */