diff options
author | Momo <momorientes@online.de> | 2011-09-01 12:17:21 +0200 |
---|---|---|
committer | Momo <momorientes@online.de> | 2011-09-01 12:17:21 +0200 |
commit | ff0030cd7fe92a09173c16bf7b483cde638dab46 (patch) | |
tree | 33c1cd58756ea023eb304a1504b3a079a7eae63a /oncology/dpfhack_display/dpflib/sglib.h | |
parent | 77d4efad2e89fe9357b10b1bd173fbded82468fe (diff) | |
parent | abf8674a3fc02f172768be911c6e719290bf6bd5 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'oncology/dpfhack_display/dpflib/sglib.h')
-rw-r--r-- | oncology/dpfhack_display/dpflib/sglib.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/oncology/dpfhack_display/dpflib/sglib.h b/oncology/dpfhack_display/dpflib/sglib.h deleted file mode 100644 index a2bc232e..00000000 --- a/oncology/dpfhack_display/dpflib/sglib.h +++ /dev/null @@ -1,19 +0,0 @@ -#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 */ - - - - |