Changeset 598 for GPL/trunk/include/linux/dmi.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/include/linux/dmi.h
r476 r598 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.