/[grub]/grub2/include/grub/loader.h
ViewVC logotype

Diff of /grub2/include/grub/loader.h

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, Fri Sep 10 20:31:55 2004 UTC
# Line 1  Line 1 
1  /* loader.h - OS loaders */  /* loader.h - OS loaders */
2  /*  /*
3   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
4   *  Copyright (C) 2002,2003  Free Software Foundation, Inc.   *  Copyright (C) 2002,2003,2004  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 29  Line 29 
29  extern grub_addr_t EXPORT_VAR(grub_os_area_addr);  extern grub_addr_t EXPORT_VAR(grub_os_area_addr);
30  extern grub_size_t EXPORT_VAR(grub_os_area_size);  extern grub_size_t EXPORT_VAR(grub_os_area_size);
31    
32    int EXPORT_FUNC(grub_loader_is_loaded) (void);
33  void EXPORT_FUNC(grub_loader_set) (grub_err_t (*boot) (void),  void EXPORT_FUNC(grub_loader_set) (grub_err_t (*boot) (void),
34                                     grub_err_t (*unload) (void));                                     grub_err_t (*unload) (void));
35  void EXPORT_FUNC(grub_loader_unset) (void);  void EXPORT_FUNC(grub_loader_unset) (void);

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