/[grub]/grub2/fs/fat.c
ViewVC logotype

Diff of /grub2/fs/fat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by okuji, Sun Jul 31 16:12:29 2005 UTC revision 1.13 by marco_g, Sun Nov 13 15:47:09 2005 UTC
# Line 808  static struct grub_fs grub_fat_fs = Line 808  static struct grub_fs grub_fat_fs =
808      .next = 0      .next = 0
809    };    };
810    
811  #ifdef GRUB_UTIL  GRUB_MOD_INIT(fat)
 void  
 grub_fat_init (void)  
 {  
   grub_fs_register (&grub_fat_fs);  
 }  
   
 void  
 grub_fat_fini (void)  
 {  
   grub_fs_unregister (&grub_fat_fs);  
 }  
 #else /* ! GRUB_UTIL */  
 GRUB_MOD_INIT  
812  {  {
813    grub_fs_register (&grub_fat_fs);    grub_fs_register (&grub_fat_fs);
814    #ifndef GRUB_UTIL
815    my_mod = mod;    my_mod = mod;
816    #endif
817  }  }
818    
819  GRUB_MOD_FINI  GRUB_MOD_FINI(fat)
820  {  {
821    grub_fs_unregister (&grub_fat_fs);    grub_fs_unregister (&grub_fat_fs);
822  }  }
823  #endif /* ! GRUB_UTIL */  

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26