]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] I2C: add i2c sensor_device_attribute and macros
authorYani Ioannou <yani.ioannou@gmail.com>
Wed, 18 May 2005 02:59:05 +0000 (22:59 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Jun 2005 22:15:36 +0000 (15:15 -0700)
commit0a3e7eeabc9f76b7496488aad2d11626ff6a2a4f
tree0cab827910fe12199d666b84919d88fb881fb82d
parentf2d03e1b3f00f1c5971463ab0101bef0c521ad3b
[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>
include/linux/i2c-sysfs.h [new file with mode: 0644]