File: dmi.h

package info (click to toggle)
memtest86%2B 5.01-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,324 kB
  • ctags: 2,580
  • sloc: ansic: 17,514; asm: 1,805; makefile: 191; sh: 127
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef __DMI_H__
#define __DMI_H__
int add_dmi_err(ulong adr);
void print_dmi_err(void);
void print_dmi_info(void);
void print_dmi_startup_info(void);
#endif