summaryrefslogtreecommitdiffstats
path: root/libdpf/sglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdpf/sglib.h')
-rw-r--r--libdpf/sglib.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/libdpf/sglib.h b/libdpf/sglib.h
new file mode 100644
index 0000000..a2bc232
--- /dev/null
+++ b/libdpf/sglib.h
@@ -0,0 +1,19 @@
+#include <stdint.h>
+
+
+/* generic device wrapper: */
+
+const char* dev_errstr(int error);
+
+
+/* generic SCSI device stuff: */
+
+#define DIR_IN 0
+#define DIR_OUT 1
+
+
+/* Special functions */
+
+
+
+