File: kexec-elf-boot.h

package info (click to toggle)
kexec-tools 1%3A2.0.7-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,596 kB
  • ctags: 5,878
  • sloc: ansic: 23,324; sh: 3,469; asm: 2,583; cpp: 1,751; makefile: 787
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#ifndef KEXEC_ELF_BOOT_H
#define KEXEC_ELF_BOOT_H

unsigned long elf_boot_notes(
	struct kexec_info *info, unsigned long max_addr, 
	const char *cmdline, int cmdline_len);

#endif /* KEXEC_ELF_BOOT_H */