diff options
Diffstat (limited to 'kexec/kexec.h')
-rw-r--r-- | kexec/kexec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kexec/kexec.h b/kexec/kexec.h index f0f347d..595dd68 100644 --- a/kexec/kexec.h +++ b/kexec/kexec.h @@ -179,10 +179,6 @@ struct arch_map_entry { extern const struct arch_map_entry arches[]; long physical_arch(void); -#define KERNEL_VERSION(major, minor, patch) \ - (((major) << 16) | ((minor) << 8) | patch) -long kernel_version(void); - void usage(void); int get_memory_ranges(struct memory_range **range, int *ranges, unsigned long kexec_flags); |