aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/internal.h')
-rw-r--r--src/lpc176x/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lpc176x/internal.h b/src/lpc176x/internal.h
new file mode 100644
index 00000000..da1f169f
--- /dev/null
+++ b/src/lpc176x/internal.h
@@ -0,0 +1,7 @@
+#ifndef __LPC176X_INTERNAL_H
+#define __LPC176X_INTERNAL_H
+// Local definitions for lpc176x code
+
+void gpio_peripheral(int bank, int pin, int func, int pullup);
+
+#endif // internal.h