diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-30 09:59:10 +0300 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-30 09:59:10 +0300 |
| commit | 9359ede748ff1461bf0632fb4182f61da4a2f9e2 (patch) | |
| tree | 4ec0c92b4998a535fc1180866a6dff9ad3bbb489 /include/linux/mod_devicetable.h | |
| parent | 35ebbae2836a361330b784706b7140c90a346a53 (diff) | |
| parent | 81cfb8864c73230eb1c37753aba517db15cf4d8f (diff) | |
| download | linux-9359ede748ff1461bf0632fb4182f61da4a2f9e2.tar.xz | |
Merge branch 'upstream'
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 2f0299a448f6..7b08c11ec4cc 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -244,4 +244,9 @@ struct pcmcia_device_id { #define PCMCIA_DEV_ID_MATCH_FAKE_CIS 0x0200 #define PCMCIA_DEV_ID_MATCH_ANONYMOUS 0x0400 +/* I2C */ +struct i2c_device_id { + __u16 id; +}; + #endif /* LINUX_MOD_DEVICETABLE_H */ |
