X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ffile.h;fp=include%2Ffile.h;h=8717dd3caebab76f1303084692cceddb6e6e655a;hp=03c5c6fe3e40877d317237b17196503384cb8e7a;hb=5613f9fab88b71f14259856b390f1cc989b602bf;hpb=4b9f2eb054f5f0975eef271e87ded51d6b697d9f diff --git a/include/file.h b/include/file.h index 03c5c6f..8717dd3 100644 --- a/include/file.h +++ b/include/file.h @@ -31,10 +31,6 @@ struct boot_file_t; #define FILE_MAX_PATH 1024 -/* Device kind */ -#define FILE_DEVICE_BLOCK 1 -#define FILE_DEVICE_NET 2 - struct boot_fspec_t { char* dev; /* OF device path */ int part; /* Partition number or -1 */