MOON
Server: Apache
System: Linux vps.thepromohut.com 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: caretrak (507)
PHP: 5.2.10
Disabled: NONE
Upload Files
File: //usr/src/kernels/2.6.18-419.el5-i686/include/xen/xencons.h
#ifndef __ASM_XENCONS_H__
#define __ASM_XENCONS_H__

struct dom0_vga_console_info;
void dom0_init_screen_info(const struct dom0_vga_console_info *info);

void xencons_force_flush(void);
void xencons_resume(void);

/* Interrupt work hooks. Receive data, or kick data out. */
void xencons_rx(char *buf, unsigned len, struct pt_regs *regs);
void xencons_tx(void);

int xencons_ring_init(void);
int xencons_ring_send(const char *data, unsigned len);

#endif /* __ASM_XENCONS_H__ */