X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ferrors.h;fp=include%2Ferrors.h;h=866b379014de38903fe17db6c5f51614ce717a7e;hp=c4950e5ad24b3cf3a5b78a63532715d6b43d37ab;hb=5613f9fab88b71f14259856b390f1cc989b602bf;hpb=4b9f2eb054f5f0975eef271e87ded51d6b697d9f diff --git a/include/errors.h b/include/errors.h index c4950e5..866b379 100644 --- a/include/errors.h +++ b/include/errors.h @@ -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