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
|
Rev | Line | |
---|
[e16e8f2] | 1 | #ifndef SYSDUMP_H |
---|
| 2 | #define SYSDUMP_H |
---|
| 3 | |
---|
| 4 | #include <libupload/upload_backend.h> |
---|
| 5 | |
---|
| 6 | void dump_memory_map(struct upload_backend *); |
---|
| 7 | void snapshot_lowmem(void); |
---|
| 8 | void dump_memory(struct upload_backend *); |
---|
| 9 | void dump_dmi(struct upload_backend *); |
---|
| 10 | void dump_acpi(struct upload_backend *); |
---|
| 11 | void dump_cpuid(struct upload_backend *); |
---|
| 12 | void dump_pci(struct upload_backend *); |
---|
| 13 | void dump_vesa_tables(struct upload_backend *); |
---|
| 14 | |
---|
| 15 | #endif /* SYSDUMP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.