/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2011 Bosch Sensortec GmbH * Copyright (c) 2011 Unixphere */ #ifndef _BMA150_H_ #define _BMA150_H_ #define BMA150_DRIVER … #define BMA150_RANGE_2G … #define BMA150_RANGE_4G … #define BMA150_RANGE_8G … #define BMA150_BW_25HZ … #define BMA150_BW_50HZ … #define BMA150_BW_100HZ … #define BMA150_BW_190HZ … #define BMA150_BW_375HZ … #define BMA150_BW_750HZ … #define BMA150_BW_1500HZ … struct bma150_cfg { … }; struct bma150_platform_data { … }; #endif /* _BMA150_H_ */