summaryrefslogtreecommitdiff
path: root/include/cmd_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_gpio.h')
-rw-r--r--include/cmd_gpio.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/cmd_gpio.h b/include/cmd_gpio.h
new file mode 100644
index 0000000..d2f211d
--- /dev/null
+++ b/include/cmd_gpio.h
@@ -0,0 +1,15 @@
+/*
+ * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef CMD_GPIO_H
+#define CMD_GPIO_H
+
+#include "command.h"
+
+command_ret_t do_gpio(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+
+
+#endif /* CMD_GPIO_H */