2019-06-04 08:11:33 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2007-09-12 02:13:17 +00:00
|
|
|
/*
|
2008-08-05 15:14:15 +00:00
|
|
|
* arch/arm/mach-pxa/include/mach/mfp.h
|
2007-09-12 02:13:17 +00:00
|
|
|
*
|
|
|
|
* Multi-Function Pin Definitions
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Marvell International Ltd.
|
|
|
|
*
|
2007-10-30 07:01:38 +00:00
|
|
|
* 2007-8-21: eric miao <eric.miao@marvell.com>
|
2007-09-12 02:13:17 +00:00
|
|
|
* initial version
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_MFP_H
|
|
|
|
#define __ASM_ARCH_MFP_H
|
|
|
|
|
2019-09-20 11:33:40 +00:00
|
|
|
#include <linux/soc/pxa/mfp.h>
|
2007-09-12 02:13:17 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_MFP_H */
|