Subversion Repositories Kolibri OS

Rev

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

Rev 6082 Rev 6336
Line 1... Line 1...
1
#ifndef __DMI_H__
1
#ifndef __DMI_H__
2
#define __DMI_H__
2
#define __DMI_H__
Line 3... Line 3...
3
 
3
 
-
 
4
#include 
4
#include 
5
#include 
Line 5... Line 6...
5
#include 
6
#include 
Line 6... Line 7...
6
 
7
 
Line 91... Line 92...
91
	int segment;
92
	int segment;
92
	int bus;
93
	int bus;
93
	int devfn;
94
	int devfn;
94
};
95
};
Line -... Line 96...
-
 
96
 
95
 
97
extern struct kobject *dmi_kobj;
96
extern int dmi_check_system(const struct dmi_system_id *list);
98
extern int dmi_check_system(const struct dmi_system_id *list);
97
const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list);
99
const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list);
98
extern const char * dmi_get_system_info(int field);
100
extern const char * dmi_get_system_info(int field);
99
extern const struct dmi_device * dmi_find_device(int type, const char *name,
101
extern const struct dmi_device * dmi_find_device(int type, const char *name,