summaryrefslogtreecommitdiff
path: root/kexec/virt_to_phys.c
blob: a7469174f2cff058f844eff9fe6022302540c84e (plain)
1
2
3
4
5
6
7
#include "kexec.h"
#include <stdlib.h>

unsigned long virt_to_phys(unsigned long UNUSED(addr))
{
	abort();
}