/[hurd]/hurd-l4/laden/ia32-output.c
ViewVC logotype

Diff of /hurd-l4/laden/ia32-output.c

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

revision 1.2 by marcus, Sun Sep 7 22:13:04 2003 UTC revision 1.3 by marcus, Fri Sep 19 17:49:59 2003 UTC
# Line 26  Line 26 
26    
27    
28  extern struct output_driver vga_output;  extern struct output_driver vga_output;
29    extern struct output_driver serial_output;
30  extern struct output_driver no_output;  extern struct output_driver no_output;
31    
32  /* A list of all output drivers, terminated with a null pointer.  */  /* A list of all output drivers, terminated with a null pointer.  */
33  struct output_driver *output_drivers[] =  struct output_driver *output_drivers[] =
34    {    {
35      &vga_output,      &vga_output,
36        &serial_output,
37      &no_output,      &no_output,
38      0      0
39    };    };

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