]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Commit yaboot 1.3.4-pre3
[yaboot.git] / include / file.h
index 03c5c6fe3e40877d317237b17196503384cb8e7a..8717dd3caebab76f1303084692cceddb6e6e655a 100644 (file)
@@ -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 */