/[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.5 by okuji, Sun Apr 4 13:46:00 2004 UTC revision 1.6 by okuji, Sat Aug 21 13:54:22 2004 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 1999,2000,2001,2002,2003  Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2002,2003,2004  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 319  grub_biosdisk_write (grub_disk_t disk, u Line 319  grub_biosdisk_write (grub_disk_t disk, u
319  static struct grub_disk_dev grub_biosdisk_dev =  static struct grub_disk_dev grub_biosdisk_dev =
320    {    {
321      .name = "biosdisk",      .name = "biosdisk",
322        .id = GRUB_DISK_DEVICE_BIOSDISK_ID,
323      .iterate = grub_biosdisk_iterate,      .iterate = grub_biosdisk_iterate,
324      .open = grub_biosdisk_open,      .open = grub_biosdisk_open,
325      .close = grub_biosdisk_close,      .close = grub_biosdisk_close,

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