commit | 0a3e7eeabc9f76b7496488aad2d11626ff6a2a4f | [log] [tgz] |
---|---|---|
author | Yani Ioannou <yani.ioannou@gmail.com> | Tue May 17 22:59:05 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:36 2005 -0700 |
tree | 0cab827910fe12199d666b84919d88fb881fb82d | |
parent | f2d03e1b3f00f1c5971463ab0101bef0c521ad3b [diff] |
[PATCH] I2C: add i2c sensor_device_attribute and macros This patch creates a new header with a potential standard i2c sensor attribute type (which simply includes an int representing the sensor number/index) and the associated macros, SENSOR_DEVICE_ATTR to define a static attribute and to_sensor_dev_attr to get a sensor_device_attribute reference from an embedded device_attribute reference. Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com>