More work on UDI, attempting to get it to load the pseudod driver
[tpg/acess2.git] / Modules / UDI / include / udi_physio.h
1 /**
2  */
3 #ifndef _UDI_PHYSIO_H_
4 #include <udi.h>
5
6 /**
7  * \name Bus Operations
8  * \{
9  */
10 typedef struct {
11         udi_cb_t        gcb;
12 }       udi_bus_bind_cb_t;
13
14 /**
15  * \brief Bus Bind Control Block Group Number
16  */
17 #define UDI_BUS_BIND_CB_NUM     1
18
19 extern void     udi_bus_bind_req(udi_bus_bind_cb_t *cb);
20
21 extern void     udi_bus_unbind_req(udi_bus_bind_cb_t *cb);
22 /**
23  * \}
24  */
25
26 #endif

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