--- upstream/dynamips-0.2.6-RC3/hypervisor.h 2007/10/06 16:06:49 4 +++ upstream/dynamips-0.2.7-RC2/hypervisor.h 2007/10/06 16:24:54 8 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Hypervisor routines. @@ -102,6 +102,9 @@ /* 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,...);