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

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