]> Pileus Git - ~andy/linux/blobdiff - include/linux/mod_devicetable.h
Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / include / linux / mod_devicetable.h
index 78874b36112036dc04084ee0d7062bc98950409a..fed3def6281827f27c029638056dfda618c5c631 100644 (file)
@@ -600,4 +600,12 @@ struct x86_cpu_id {
 #define X86_MODEL_ANY  0
 #define X86_FEATURE_ANY 0      /* Same as FPU, you can't test for that */
 
+#define IPACK_ANY_FORMAT 0xff
+#define IPACK_ANY_ID (~0)
+struct ipack_device_id {
+       __u8  format;                   /* Format version or IPACK_ANY_ID */
+       __u32 vendor;                   /* Vendor ID or IPACK_ANY_ID */
+       __u32 device;                   /* Device ID or IPACK_ANY_ID */
+};
+
 #endif /* LINUX_MOD_DEVICETABLE_H */