blob: a7469174f2cff058f844eff9fe6022302540c84e [file] [log] [blame]
#include "kexec.h"
#include <stdlib.h>
unsigned long virt_to_phys(unsigned long UNUSED(addr))
{
abort();
}