Fixed a bug that caused physical memory allocation to be one-time use
[tpg/acess2.git] / Modules / UDI / include / _udi / meta_gio.h
1 /*
2  * Acess2 UDI Support
3  * _udi/meta_gio.h
4  * - General IO Metalanguage
5  */
6 #ifndef _UDI_META_GIO_H_
7 #define _UDI_META_GIO_H_
8
9 typedef struct {
10         udi_channel_event_ind_op_t      *channel_event_ind_op ;
11         udi_gio_bind_ack_op_t           *gio_bind_ack_op ;
12         udi_gio_unbind_ack_op_t         *gio_unbind_ack_op ;
13         udi_gio_xfer_ack_op_t           *gio_xfer_ack_op ;
14         udi_gio_xfer_nak_op_t           *gio_xfer_nak_op ;
15         udi_gio_event_ind_op_t          *gio_event_ind_op ;
16 } udi_gio_client_ops_t;
17
18 typedef struct {
19         udi_channel_event_ind_op_t      *channel_event_ind_op ;
20         udi_gio_bind_req_op_t           *gio_bind_req_op ;
21         udi_gio_unbind_req_op_t         *gio_unbind_req_op ;
22         udi_gio_xfer_req_op_t           *gio_xfer_req_op ;
23         udi_gio_event_res_op_t          *gio_event_res_op ;
24 } udi_gio_provider_ops_t ;
25
26 #endif

UCC git Repository :: git.ucc.asn.au