summaryrefslogtreecommitdiff
path: root/board/gdsys/a38x/keyprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/a38x/keyprogram.h')
-rw-r--r--board/gdsys/a38x/keyprogram.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/gdsys/a38x/keyprogram.h b/board/gdsys/a38x/keyprogram.h
new file mode 100644
index 0000000000..a5ea7d3137
--- /dev/null
+++ b/board/gdsys/a38x/keyprogram.h
@@ -0,0 +1,14 @@
+/*
+ * (C) Copyright 2016
+ * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __KEYPROGRAM_H
+#define __KEYPROGRAM_H
+
+int load_and_run_keyprog(void);
+int flush_keys(void);
+
+#endif /* __KEYPROGRAM_H */