]> git.ozlabs.org Git - yaboot.git/blobdiff - include/errors.h
Commit yaboot 1.3.4-pre3
[yaboot.git] / include / errors.h
index c4950e5ad24b3cf3a5b78a63532715d6b43d37ab..866b379014de38903fe17db6c5f51614ce717a7e 100644 (file)
@@ -34,3 +34,7 @@
 #define FILE_ERR_LENGTH         -10
 #define FILE_ERR_FSBUSY         -11
 #define FILE_ERR_BADDEV         -12
+
+/* Device kind */
+#define FILE_DEVICE_BLOCK       1
+#define FILE_DEVICE_NET         2