Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
[sfrench/cifs-2.6.git] / arch / arm / mach-w90x900 / include / mach / mfp.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * arch/arm/mach-w90x900/include/mach/mfp.h
4  *
5  * Copyright (c) 2010 Nuvoton technology corporation.
6  *
7  * Wan ZongShun <mcuos.com@gmail.com>
8  *
9  * Based on arch/arm/mach-s3c2410/include/mach/map.h
10  */
11
12 #ifndef __ASM_ARCH_MFP_H
13 #define __ASM_ARCH_MFP_H
14
15 extern void mfp_set_groupf(struct device *dev);
16 extern void mfp_set_groupc(struct device *dev);
17 extern void mfp_set_groupi(struct device *dev);
18 extern void mfp_set_groupg(struct device *dev, const char *subname);
19 extern void mfp_set_groupd(struct device *dev, const char *subname);
20
21 #endif /* __ASM_ARCH_MFP_H */