/[grub]/grub2/disk/i386/pc/biosdisk.c
ViewVC logotype

Diff of /grub2/disk/i386/pc/biosdisk.c

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

revision 1.6 by okuji, Sat Aug 21 13:54:22 2004 UTC revision 1.7 by okuji, Tue Feb 15 00:07:01 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 1999,2000,2001,2002,2003,2004  Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2002,2003,2004,2005  Free Software Foundation, Inc.
4   *   *
5   *  GRUB is free software; you can redistribute it and/or modify   *  GRUB is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 333  grub_biosdisk_init (void) Line 333  grub_biosdisk_init (void)
333  {  {
334    grub_disk_dev_register (&grub_biosdisk_dev);    grub_disk_dev_register (&grub_biosdisk_dev);
335  }  }
336    
337    void
338    grub_biosdisk_fini (void)
339    {
340      grub_disk_dev_unregister (&grub_biosdisk_dev);
341    }

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

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