source: bootcd/isolinux/syslinux-6.03/com32/sysdump/sysdump.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 429 bytes
Line 
1#ifndef SYSDUMP_H
2#define SYSDUMP_H
3
4#include <libupload/upload_backend.h>
5
6void dump_memory_map(struct upload_backend *);
7void snapshot_lowmem(void);
8void dump_memory(struct upload_backend *);
9void dump_dmi(struct upload_backend *);
10void dump_acpi(struct upload_backend *);
11void dump_cpuid(struct upload_backend *);
12void dump_pci(struct upload_backend *);
13void dump_vesa_tables(struct upload_backend *);
14
15#endif /* SYSDUMP_H */
Note: See TracBrowser for help on using the repository browser.