Revision e57dd20b hw/xen_backend.h

b/hw/xen_backend.h
83 83
void xen_be_printf(struct XenDevice *xendev, int msg_level, const char *fmt, ...)
84 84
    __attribute__ ((format(printf, 3, 4)));
85 85

  
86
/* actual backend drivers */
87
extern struct XenDevOps xen_console_ops;      /* xen_console.c     */
88

  
86 89
#endif /* QEMU_HW_XEN_BACKEND_H */

Also available in: Unified diff