summaryrefslogtreecommitdiffstats
path: root/arm.h
diff options
context:
space:
mode:
authorroot <root@nolonger-other.tetra.james.local>2020-10-25 13:26:29 +0000
committerroot <root@nolonger-other.tetra.james.local>2020-10-25 13:26:29 +0000
commit62bc1af6c6a1201db551e1ec523e757415464fd5 (patch)
tree49c2eadf8a51e7e43a059f1aff59997c3c169c5e /arm.h
parent4b4e4972088d82cac99941398834d8e6d661682c (diff)
downloadgalaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.tar.gz
galaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.tar.bz2
galaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.zip
tidy up, make less awful
Diffstat (limited to 'arm.h')
-rw-r--r--arm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm.h b/arm.h
new file mode 100644
index 0000000..3d4de83
--- /dev/null
+++ b/arm.h
@@ -0,0 +1,6 @@
+#ifndef _arm_h_
+#define _arm_h_
+extern int auth_cmd_with_ack(int fd, unsigned char fn, const void *data, size_t len,SIA_Block *b);
+extern int show_state(int fd);
+#endif /* _arm_h_ */
+