summaryrefslogtreecommitdiffstats
path: root/not-maintained/pttpi/include/pierr.h
diff options
context:
space:
mode:
Diffstat (limited to 'not-maintained/pttpi/include/pierr.h')
-rw-r--r--not-maintained/pttpi/include/pierr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/not-maintained/pttpi/include/pierr.h b/not-maintained/pttpi/include/pierr.h
deleted file mode 100644
index da462a36..00000000
--- a/not-maintained/pttpi/include/pierr.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _PIERR_H_
-#define _PIERR_H_
-
-#define PIERR_OK (int32)0 /* no error */
-#define PIERR_INT (int32)1 /* internal error (ex: syscall failure) */
-#define PIERR_NOBRD (int32)2 /* no such board or permission denied */
-#define PIERR_NOMORE (int32)3 /* no more data */
-#define PIERR_NOTCLASS (int32)4 /* this bid is NOT class */
-#endif