![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 0004 * http://www.samsung.com/ 0005 * 0006 * S5P - Memory map definitions 0007 */ 0008 0009 #ifndef __ASM_PLAT_MAP_S5P_H 0010 #define __ASM_PLAT_MAP_S5P_H __FILE__ 0011 0012 #define VA_VIC(x) (S3C_VA_IRQ + ((x) * 0x10000)) 0013 #define VA_VIC0 VA_VIC(0) 0014 #define VA_VIC1 VA_VIC(1) 0015 #define VA_VIC2 VA_VIC(2) 0016 #define VA_VIC3 VA_VIC(3) 0017 0018 #include "map-s3c.h" 0019 0020 #endif /* __ASM_PLAT_MAP_S5P_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |