/[pupa]/pupa/include/pupa/i386/pc/loader.h
ViewVC logotype

Diff of /pupa/include/pupa/i386/pc/loader.h

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

revision 1.2 by okuji, Fri Jan 17 02:52:05 2003 UTC revision 1.3 by okuji, Mon Jan 20 04:13:46 2003 UTC
# Line 33  void EXPORT_FUNC(pupa_linux_boot_bzimage Line 33  void EXPORT_FUNC(pupa_linux_boot_bzimage
33  /* This is an asm part of the chainloader.  */  /* This is an asm part of the chainloader.  */
34  void EXPORT_FUNC(pupa_chainloader_real_boot) (int drive, void *part_addr) __attribute__ ((noreturn));  void EXPORT_FUNC(pupa_chainloader_real_boot) (int drive, void *part_addr) __attribute__ ((noreturn));
35    
36    /* It is necessary to export these functions, because normal mode commands
37       reuse rescue mode commands.  */
38    void pupa_rescue_cmd_chainloader (int argc, char *argv[]);
39    void pupa_rescue_cmd_linux (int argc, char *argv[]);
40    void pupa_rescue_cmd_initrd (int argc, char *argv[]);
41    
42  #endif /* ! PUPA_LOADER_MACHINE_HEADER */  #endif /* ! PUPA_LOADER_MACHINE_HEADER */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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