Subversion Repositories Kolibri OS

Rev

Rev 5178 | Rev 6336 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5178 Rev 6082
Line 72... Line 72...
72
 
72
 
73
struct dmi_header {
73
struct dmi_header {
74
	u8 type;
74
	u8 type;
75
	u8 length;
75
	u8 length;
76
	u16 handle;
76
	u16 handle;
Line 77... Line 77...
77
};
77
} __packed;
78
 
78
 
79
struct dmi_device {
79
struct dmi_device {
80
	struct list_head list;
80
	struct list_head list;