Changeset 499 for GPL/branches/uniaud32-2.1.x/include/linux/dmi.h
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/linux/dmi.h
r476 r499 4 4 #define dmi_find_device(a, b, c) NULL 5 5 #define DMI_DEV_TYPE_OEM_STRING -2 6 #endif _LINUX_DMI_H7 6 7 struct dmi_device { 8 struct list_head list; 9 int type; 10 const char *name; 11 void *device_data; /* Type specific data */ 12 }; 13 14 #endif /* _LINUX_DMI_H */ 15
Note:
See TracChangeset
for help on using the changeset viewer.