/[grub]/grub/stage2/shared.h
ViewVC logotype

Diff of /grub/stage2/shared.h

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

revision 1.81 by okuji, Tue Jan 8 03:19:23 2002 UTC revision 1.82 by okuji, Tue Feb 5 04:15:22 2002 UTC
# Line 1  Line 1 
1  /* shared.h - definitions used in all GRUB-specific code */  /* shared.h - definitions used in all GRUB-specific code */
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.   *  Copyright (C) 1999,2000,2001,2002  Free Software Foundation, Inc.
5   *   *
6   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
7   *  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 839  void stop_floppy (void); Line 839  void stop_floppy (void);
839  #define BUILTIN_MENU            0x2     /* Run in the menu.  */  #define BUILTIN_MENU            0x2     /* Run in the menu.  */
840  #define BUILTIN_TITLE           0x4     /* Only for the command title.  */  #define BUILTIN_TITLE           0x4     /* Only for the command title.  */
841  #define BUILTIN_SCRIPT          0x8     /* Run in the script.  */  #define BUILTIN_SCRIPT          0x8     /* Run in the script.  */
842  #define BUILTIN_HIDDEN          0x10    /* Don't print command on booting. */  #define BUILTIN_NO_ECHO         0x10    /* Don't print command on booting. */
843    
844  /* The table for a builtin.  */  /* The table for a builtin.  */
845  struct builtin  struct builtin

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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