]> Git Repo - linux.git/blobdiff - include/linux/mod_devicetable.h
usbnet: remove noisy and hardly useful printk
[linux.git] / include / linux / mod_devicetable.h
index 007fbaafead0843aa3f125e805549926be249b01..48c007dae4765851ae1657b6bcce3dc4b8fe542f 100644 (file)
@@ -509,4 +509,11 @@ struct zorro_device_id {
 
 #define ZORRO_DEVICE_MODALIAS_FMT      "zorro:i%08X"
 
+#define ISAPNP_ANY_ID          0xffff
+struct isapnp_device_id {
+       unsigned short card_vendor, card_device;
+       unsigned short vendor, function;
+       kernel_ulong_t driver_data;     /* data private to the driver */
+};
+
 #endif /* LINUX_MOD_DEVICETABLE_H */
This page took 0.028405 seconds and 4 git commands to generate.