Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/dmi.h

    r476 r598  
    44#define dmi_find_device(a, b, c)        NULL
    55#define DMI_DEV_TYPE_OEM_STRING         -2
    6 #endif _LINUX_DMI_H
    76
     7struct 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.