summaryrefslogtreecommitdiffstats
path: root/kexec/arch/arm/phys_to_virt.h
blob: b3147dd67e6269cd3e299e9ce56f8d0db4ce782a (plain)
1
2
3
4
5
6
7
8
#ifndef PHYS_TO_VIRT_H
#define PHYS_TO_VIRT_H

#include <stdint.h>

extern uint64_t phys_offset;

#endif