]> git.ozlabs.org Git - yaboot.git/blobdiff - include/fs.h
prom setprop primatives
[yaboot.git] / include / fs.h
index 5bc7eebcb6fe44e617f0f8f20e21c929e06f7026..d960fea61918c80526f97d707f589647241bb8ff 100644 (file)
@@ -35,14 +35,14 @@ struct fs_t {
                        const char*             dev_name,
                        struct partition_t*     part,
                        const char*             file_name);
-                       
+
        int (*read)(    struct boot_file_t*     file,
                        unsigned int            size,
                        void*                   buffer);
-                               
+
        int (*seek)(    struct boot_file_t*     file,
                        unsigned int            newpos);
-                                       
+
        int (*close)(   struct boot_file_t*     file);
 };