Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-pxa/include/mach/mfp.h |
| 3 | * |
| 4 | * Multi-Function Pin Definitions |
| 5 | * |
| 6 | * Copyright (C) 2007 Marvell International Ltd. |
| 7 | * |
| 8 | * 2007-8-21: eric miao <eric.miao@marvell.com> |
| 9 | * initial version |
| 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of the GNU General Public License version 2 as |
| 13 | * published by the Free Software Foundation. |
| 14 | */ |
| 15 | |
| 16 | #ifndef __ASM_ARCH_MFP_H |
| 17 | #define __ASM_ARCH_MFP_H |
| 18 | |
Haojian Zhuang | 9304d00 | 2009-08-31 20:16:54 +0800 | [diff] [blame] | 19 | #include <plat/mfp.h> |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 20 | |
| 21 | #endif /* __ASM_ARCH_MFP_H */ |