blob: 85daa85fe72ac34f5baf303a59345993dd4619b2 [file] [log] [blame]
#include "kexec.h"
static const char proc_iomem_str[] = "/proc/iomem";
/*
* Allow an architecture specific implementation of this
* function to override the location of a file looking a lot
* like /proc/iomem
*/
const char *proc_iomem(void)
{
return proc_iomem_str;
}