1 2 3 4 5 6 7 8
#ifndef SYSDUMP_H #define SYSDUMP_H struct backend; void dump_vesa_tables(struct backend *); #endif /* SYSDUMP_H */