summaryrefslogtreecommitdiffstats
path: root/libdpf/sglib.h
blob: 075fc1ec8f3f5ac0d31056de1c6a53941fa7c595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */