mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 10:49:28 +00:00
isapnp: move definitions to mod_devicetable.h so file2alias can reach them.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
537b60d178
commit
90def62df6
2 changed files with 8 additions and 7 deletions
|
@ -483,4 +483,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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue