summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/memory.h
blob: 28afaa39e4eca508d09f534dd45951a412d4d777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASM_ARM_MEMORY_H
#define __ASM_ARM_MEMORY_H

#include <memory.h>

static inline void arm_add_mem_device(const char* name, resource_size_t start,
				    resource_size_t size)
{
	barebox_add_memory_bank(name, start, size);
}

#endif	/* __ASM_ARM_MEMORY_H */