diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 6955045199b0..70c6a359b2f4 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -600,4 +600,12 @@ struct x86_cpu_id { | |||
| 600 | #define X86_MODEL_ANY 0 | 600 | #define X86_MODEL_ANY 0 |
| 601 | #define X86_FEATURE_ANY 0 /* Same as FPU, you can't test for that */ | 601 | #define X86_FEATURE_ANY 0 /* Same as FPU, you can't test for that */ |
| 602 | 602 | ||
| 603 | #define IPACK_ANY_FORMAT 0xff | ||
| 604 | #define IPACK_ANY_ID (~0) | ||
| 605 | struct ipack_device_id { | ||
| 606 | __u8 format; /* Format version or IPACK_ANY_ID */ | ||
| 607 | __u32 vendor; /* Vendor ID or IPACK_ANY_ID */ | ||
| 608 | __u32 device; /* Device ID or IPACK_ANY_ID */ | ||
| 609 | }; | ||
| 610 | |||
| 603 | #endif /* LINUX_MOD_DEVICETABLE_H */ | 611 | #endif /* LINUX_MOD_DEVICETABLE_H */ |
