blob: 96656d23f2d26a11ea07c2e0d87331e206cc25c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __CUST_ACC_H__
#define __CUST_ACC_H__
#define G_CUST_I2C_ADDR_NUM 2
struct sensorHub_hw {
int is_batch_enabled;
};
extern struct sensorHub_hw* get_cust_sensorHub_hw(void);
#endif
|