summaryrefslogtreecommitdiffstats
path: root/keypad.h
diff options
context:
space:
mode:
Diffstat (limited to 'keypad.h')
-rw-r--r--keypad.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keypad.h b/keypad.h
new file mode 100644
index 0000000..c14e2f9
--- /dev/null
+++ b/keypad.h
@@ -0,0 +1,4 @@
+#ifndef _keypad_h_
+#define _keypad_h_
+extern int gd_keypad(int);
+#endif /* _keypad_h_ */