1 2 3 4 5 6 7
#include "kexec.h" #include <stdlib.h> unsigned long virt_to_phys(unsigned long UNUSED(addr)) { abort(); }