/[dynamips]/upstream/dynamips-0.2.6-RC3/hypervisor.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC3/hypervisor.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.5/hypervisor.h revision 1 by dpavlin, Sat Oct 6 16:01:44 2007 UTC upstream/dynamips-0.2.6-RC3/hypervisor.h revision 4 by dpavlin, Sat Oct 6 16:06:49 2007 UTC
# Line 84  extern int hypervisor_ethsw_init(void); Line 84  extern int hypervisor_ethsw_init(void);
84  /* Hypervisor VM initialization */  /* Hypervisor VM initialization */
85  extern int hypervisor_vm_init(void);  extern int hypervisor_vm_init(void);
86    
87    /* Hypervisor VM debugging initialization */
88    extern int hypervisor_vm_debug_init(void);
89    
90  /* Hypervisor C7200 initialization */  /* Hypervisor C7200 initialization */
91  extern int hypervisor_c7200_init(void);  extern int hypervisor_c7200_init(void);
92    
93  /* Hypervisor C3600 initialization */  /* Hypervisor C3600 initialization */
94  extern int hypervisor_c3600_init(void);  extern int hypervisor_c3600_init(void);
95    
96    /* Hypervisor C2691 initialization */
97    extern int hypervisor_c2691_init(void);
98    
99    /* Hypervisor C3725 initialization */
100    extern int hypervisor_c3725_init(void);
101    
102    /* Hypervisor C3745 initialization */
103    extern int hypervisor_c3745_init(void);
104    
105  /* Send a reply */  /* Send a reply */
106  int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done,  int hypervisor_send_reply(hypervisor_conn_t *conn,int code,int done,
107                            char *format,...);                            char *format,...);

Legend:
Removed from v.1  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26