Altered & Renamed LookupString, Added DrvUtil_SetIdent
[tpg/acess2.git] / Modules / UDI / physio.c
1 /**
2  * \file physio.c
3  * \author John Hodge (thePowersGang)
4  */
5 #include <acess.h>
6 #include <udi.h>
7 #include <udi_physio.h>
8
9 // === EXPORTS ===
10 EXPORT(udi_dma_constraints_attr_reset);
11 EXPORT(udi_dma_constraints_free);
12
13 // === CODE ===
14 void udi_dma_constraints_attr_reset(
15         udi_dma_constraints_t   constraints,
16         udi_dma_constraints_attr_t      attr_type
17         )
18 {
19         UNIMPLEMENTED();
20 }
21
22 void udi_dma_constraints_free(udi_dma_constraints_t constraints)
23 {
24         UNIMPLEMENTED();
25 }

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