X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ffile.h;fp=include%2Ffile.h;h=f395dc8b66fe3006d7a51be2c25564b4545b54ab;hp=8717dd3caebab76f1303084692cceddb6e6e655a;hb=0ef1539b6f680ba09c88be5bb94a821fd2599931;hpb=5613f9fab88b71f14259856b390f1cc989b602bf diff --git a/include/file.h b/include/file.h index 8717dd3..f395dc8 100644 --- a/include/file.h +++ b/include/file.h @@ -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