OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [vapi/] [vapi.h] - Diff between revs 440 and 477

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 440 Rev 477
Line 24... Line 24...
int vapi_init ();
int vapi_init ();
 
 
/* Closes the VAPI */
/* Closes the VAPI */
void vapi_done ();
void vapi_done ();
 
 
/* Installs a vapi handler to VAPI id */
/* Installs a vapi handler for one VAPI id */
void vapi_install_handler (unsigned long id, void (*read_func) (unsigned long, unsigned long));
void vapi_install_handler (unsigned long id, void (*read_func) (unsigned long, unsigned long));
 
 
 
/* Installs a vapi handler for multiple VAPI id */
 
void vapi_install_multi_handler (unsigned long base_id, unsigned long num_ids, void (*read_func) (unsigned long, unsigned long));
 
 
/* Checks for incoming packets */
/* Checks for incoming packets */
void vapi_check ();
void vapi_check ();
 
 
/* Returns number of unconnected handles.  */
/* Returns number of unconnected handles.  */
int vapi_num_unconnected (int printout);
int vapi_num_unconnected (int printout);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.