aboutsummaryrefslogtreecommitdiff
path: root/includes/dmi_util.h
blob: b92d4ff2e821d2dab3a88bcf891e15a225892565 (plain)
1
2
3
4
5
6
7
8
#ifndef __DMI_UTIL_H__
#define __DMI_UTIL_H__

const char *dmi_sysfs_root(void);
char *dmi_get_str(const char *id_str);
char *dmi_chassis_type_str(int with_val);

#endif