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

Diff of /grub2/fs/xfs.c

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

revision 1.5 by marco_g, Sat Oct 15 21:33:38 2005 UTC revision 1.6 by marco_g, Sun Nov 13 15:47:09 2005 UTC
# Line 689  static struct grub_fs grub_xfs_fs = Line 689  static struct grub_fs grub_xfs_fs =
689      .next = 0      .next = 0
690    };    };
691    
692  #ifdef GRUB_UTIL  GRUB_MOD_INIT(xfs)
 void  
 grub_xfs_init (void)  
 {  
   grub_fs_register (&grub_xfs_fs);  
 }  
   
 void  
 grub_xfs_fini (void)  
 {  
   grub_fs_unregister (&grub_xfs_fs);  
 }  
 #else /* ! GRUB_UTIL */  
 GRUB_MOD_INIT  
693  {  {
694    grub_fs_register (&grub_xfs_fs);    grub_fs_register (&grub_xfs_fs);
695    #ifndef GRUB_UTIL
696    my_mod = mod;    my_mod = mod;
697    #endif
698  }  }
699    
700  GRUB_MOD_FINI  GRUB_MOD_FINI(xfs)
701  {  {
702    grub_fs_unregister (&grub_xfs_fs);    grub_fs_unregister (&grub_xfs_fs);
703  }  }
704  #endif /* ! GRUB_UTIL */  

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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