]> git.ozlabs.org Git - yaboot.git/blobdiff - include/yaboot.h
Add optional ino_size filesystem backend function
[yaboot.git] / include / yaboot.h
index ca54937b48534c0b6fd130fc50e6a68986db375b..49e8e10fa11ecc31be94c3fb2b5af72e1c32713a 100644 (file)
@@ -49,7 +49,6 @@
 struct boot_param_t {
        struct boot_fspec_t     kernel;
        struct boot_fspec_t     rd;
-       struct boot_fspec_t     sysmap;
 
        char*   args;
 };