This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / include / asm-generic / diskdump.h
1 #ifndef _ASM_GENERIC_DISKDUMP_H_
2 #define _ASM_GENERIC_DISKDUMP_H_
3
4 #include <asm-generic/crashdump.h>
5
6 const static int platform_supports_diskdump = 0;
7
8 struct disk_dump_sub_header {};
9
10 #define size_of_sub_header()    1
11 #define write_sub_header()      1
12
13 #endif /* _ASM_GENERIC_DISKDUMP_H */