File: arch_reuse_initrd.c

package info (click to toggle)
kexec-tools 1%3A2.0.3-1%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,780 kB
  • sloc: ansic: 24,550; sh: 2,912; asm: 2,496; cpp: 1,747; makefile: 731
file content (6 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#include "kexec.h"

void arch_reuse_initrd(void)
{
	die("--reuseinitrd not implemented on this architecture\n");
}