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

Diff of /qemu/vl.h

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

revision 1.4 by bellard, Mon Aug 11 20:35:58 2003 UTC revision 1.5 by bellard, Tue Nov 11 13:48:59 2003 UTC
# Line 34  typedef uint32_t (IOPortReadFunc)(struct Line 34  typedef uint32_t (IOPortReadFunc)(struct
34  void *get_mmap_addr(unsigned long size);  void *get_mmap_addr(unsigned long size);
35  int register_ioport_read(int start, int length, IOPortReadFunc *func, int size);  int register_ioport_read(int start, int length, IOPortReadFunc *func, int size);
36  int register_ioport_write(int start, int length, IOPortWriteFunc *func, int size);  int register_ioport_write(int start, int length, IOPortWriteFunc *func, int size);
37    void pic_set_irq(int irq, int level);
38    
39  void kbd_put_keycode(int keycode);  void kbd_put_keycode(int keycode);
40    
# Line 97  void vga_update_display(void); Line 98  void vga_update_display(void);
98  /* sdl.c */  /* sdl.c */
99  void sdl_display_init(DisplayState *ds);  void sdl_display_init(DisplayState *ds);
100    
101    /* ide.c */
102    #define MAX_DISKS 4
103    
104    extern BlockDriverState *bs_table[MAX_DISKS];
105    
106    void ide_init(void);
107    void ide_set_geometry(int n, int cyls, int heads, int secs);
108    void ide_set_cdrom(int n, int is_cdrom);
109    
110  #endif /* VL_H */  #endif /* VL_H */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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