From 470457e22a1b5537013603d5e367c51e47bb61bf Mon Sep 17 00:00:00 2001 From: James Date: Mon, 5 May 2014 17:50:20 +0100 Subject: fish --- libdpf/sglib.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libdpf/sglib.h (limited to 'libdpf/sglib.h') 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 + + +/* generic device wrapper: */ + +const char* dev_errstr(int error); + + +/* generic SCSI device stuff: */ + +#define DIR_IN 0 +#define DIR_OUT 1 + + +/* Special functions */ + + + + -- cgit v1.2.3