aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c/bmp085.h
blob: 699559900ef169005208b1bdddc3472d49d467db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __LINUX_I2C_BMP085_H
#define __LINUX_I2C_BMP085_H

/* linux/i2c/bmp085.h */

struct bmp085_platform_data {
	int	irq;

        int     (*init_platform_hw)(void);
        void    (*exit_platform_hw)(void);
};

#endif