aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/include/mach/neponset.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100/include/mach/neponset.h')
-rw-r--r--arch/arm/mach-sa1100/include/mach/neponset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/neponset.h b/arch/arm/mach-sa1100/include/mach/neponset.h
index ffe2bc45eed0..6032216e1830 100644
--- a/arch/arm/mach-sa1100/include/mach/neponset.h
+++ b/arch/arm/mach-sa1100/include/mach/neponset.h
@@ -71,4 +71,8 @@
71#define NCR_A0VPP (1<<5) 71#define NCR_A0VPP (1<<5)
72#define NCR_A1VPP (1<<6) 72#define NCR_A1VPP (1<<6)
73 73
74void neponset_ncr_frob(unsigned int, unsigned int);
75#define neponset_ncr_set(v) neponset_ncr_frob(0, v)
76#define neponset_ncr_clear(v) neponset_ncr_frob(v, 0)
77
74#endif 78#endif