/[qemu]/qemu/vl.h
ViewVC logotype

Diff of /qemu/vl.h

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

revision 1.65 by bellard, Mon Jan 3 23:28:03 2005 UTC revision 1.66 by bellard, Sat Jan 15 12:02:56 2005 UTC
# Line 224  void console_select(unsigned int index); Line 224  void console_select(unsigned int index);
224    
225  extern CharDriverState *serial_hds[MAX_SERIAL_PORTS];  extern CharDriverState *serial_hds[MAX_SERIAL_PORTS];
226    
227    /* parallel ports */
228    
229    #define MAX_PARALLEL_PORTS 3
230    
231    extern CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
232    
233  /* network redirectors support */  /* network redirectors support */
234    
235  #define MAX_NICS 8  #define MAX_NICS 8
# Line 632  void rtc_set_date(RTCState *s, const str Line 638  void rtc_set_date(RTCState *s, const str
638  typedef struct SerialState SerialState;  typedef struct SerialState SerialState;
639  SerialState *serial_init(int base, int irq, CharDriverState *chr);  SerialState *serial_init(int base, int irq, CharDriverState *chr);
640    
641    /* parallel.c */
642    
643    typedef struct ParallelState ParallelState;
644    ParallelState *parallel_init(int base, int irq, CharDriverState *chr);
645    
646  /* i8259.c */  /* i8259.c */
647    
648  void pic_set_irq(int irq, int level);  void pic_set_irq(int irq, int level);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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