mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
347863d47a
Replace GPL license statements with SPDX license identifiers (GPL-2.0 and GPL-2.0+). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
21 lines
394 B
C
21 lines
394 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com/
|
|
*
|
|
* EXYNOS - Memory map definitions
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MAP_H
|
|
#define __ASM_ARCH_MAP_H __FILE__
|
|
|
|
#include <plat/map-base.h>
|
|
|
|
#include <plat/map-s5p.h>
|
|
|
|
#define EXYNOS_PA_CHIPID 0x10000000
|
|
|
|
#define EXYNOS4_PA_COREPERI 0x10500000
|
|
|
|
#endif /* __ASM_ARCH_MAP_H */
|