aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdiocmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdiocmds.h')
-rw-r--r--src/sdiocmds.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sdiocmds.h b/src/sdiocmds.h
new file mode 100644
index 00000000..24ec9811
--- /dev/null
+++ b/src/sdiocmds.h
@@ -0,0 +1,8 @@
+#ifndef __SDIOCMDS_H
+#define __SDIOCMDS_H
+
+#include <stdint.h> // uint8_t
+
+struct sdiodev_s *sdiodev_oid_lookup(uint8_t oid);
+
+#endif // sdiocmds.h