]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Commit yaboot 1.3.4
[yaboot.git] / include / file.h
index 8717dd3caebab76f1303084692cceddb6e6e655a..f395dc8b66fe3006d7a51be2c25564b4545b54ab 100644 (file)
@@ -65,16 +65,5 @@ extern int
 parse_device_path(char *imagepath, char *defdevice, int defpart,
                  char *deffile, struct boot_fspec_t *result);
 
-#if 0
-extern int validate_fspec(
-                       struct boot_fspec_t*    spec,
-                       char*                   default_device,
-                       int                     default_part);
-extern char *parse_device_path(
-                       char*                   of_device,
-                       char**                  file_spec,
-                       int*                    partition);
-#endif
-
 
 #endif