--- upstream/dynamips-0.2.6-RC2/hypervisor.h 2007/10/06 16:05:34 3 +++ upstream/dynamips-0.2.6-RC3/hypervisor.h 2007/10/06 16:06:49 4 @@ -93,6 +93,15 @@ /* 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,...);