/[grub]/grub2/include/grub/i386/pc/init.h
ViewVC logotype

Diff of /grub2/include/grub/i386/pc/init.h

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

revision 1.5 by marco_g, Mon Dec 27 13:46:20 2004 UTC revision 1.6 by marco_g, Mon Jan 31 21:40:25 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 2002, 2004  Free Software Foundation, Inc.   *  Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program 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 54  grub_uint32_t grub_get_mmap_entry (struc Line 54  grub_uint32_t grub_get_mmap_entry (struc
54  /* Turn on/off Gate A20.  */  /* Turn on/off Gate A20.  */
55  void grub_gate_a20 (int on);  void grub_gate_a20 (int on);
56    
57    /* Reboot the machine.  */
58    void EXPORT_FUNC (grub_reboot) (void);
59    
60    /* Halt the system, using APM if possible. If NO_APM is true, don't
61     * use APM even if it is available.  */
62    void EXPORT_FUNC (grub_halt) (int no_apm);
63    
64    
65  #endif /* ! GRUB_INIT_MACHINE_HEADER */  #endif /* ! GRUB_INIT_MACHINE_HEADER */

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