--- upstream/dynamips-0.2.5/hypervisor.h 2007/10/06 16:01:44 1 +++ upstream/dynamips-0.2.6-RC4/hypervisor.h 2007/10/06 16:08:03 5 @@ -84,12 +84,24 @@ /* Hypervisor VM initialization */ extern int hypervisor_vm_init(void); +/* Hypervisor VM debugging initialization */ +extern int hypervisor_vm_debug_init(void); + /* Hypervisor C7200 initialization */ extern int hypervisor_c7200_init(void); /* Hypervisor C3600 initialization */ extern int hypervisor_c3600_init(void); +/* Hypervisor C2691 initialization */ +extern int hypervisor_c2691_init(void); + +/* Hypervisor C3725 initialization */ +extern int hypervisor_c3725_init(void); + +/* Hypervisor C3745 initialization */ +extern int hypervisor_c3745_init(void); + /* Send a reply */ int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done, char *format,...);