--- upstream/dynamips-0.2.6-RC2/hypervisor.h 2007/10/06 16:05:34 3 +++ upstream/dynamips-0.2.7-RC1/hypervisor.h 2007/10/06 16:23:47 7 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Hypervisor routines. @@ -93,6 +93,18 @@ /* 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); + +/* Hypervisor C2600 initialization */ +extern int hypervisor_c2600_init(void); + /* Send a reply */ int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done, char *format,...);