00001 #ifndef erl_routines_h 00002 #define erl_routines_h 00003 00004 //#include <ints.h> 00005 #include <embdvdef.h> 00006 #include <ucbdef.h> 00007 00008 int erl_std_allocemb (int size, struct _embdv **embdv_p); 00009 void erl_std_deviceattn (long long driver_param, struct _ucb *ucb); 00010 void erl_std_devicerr (long long driver_param, struct _ucb *ucb); 00011 void erl_std_devictmo (long long driver_param, struct _ucb *ucb); 00012 void erl_std_releasemb (struct _embdv *embdv); 00013 00014 #endif 00015