summaryrefslogtreecommitdiffstats
path: root/dmi.h
blob: a43a21f388bd4f290f19648f8365eb540f205b0f (plain) (blame)
1
2
3
4
5
6
#ifndef __DMI_H__
#define __DMI_H__
int add_dmi_err(ulong adr);
void print_dmi_err(void);
void print_dmi_info(void);
#endif