X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUDI%2Fphysio.c;fp=Modules%2FUDI%2Fphysio.c;h=0000000000000000000000000000000000000000;hb=0dbc91f0676576b954aa95dafdb434ce19bc805c;hp=881c9f400ab90d286751efccbd2cba2c292d4a40;hpb=6ea2f6040da80c963882f6ccfe4bf21ff048eaff;p=tpg%2Facess2.git diff --git a/Modules/UDI/physio.c b/Modules/UDI/physio.c deleted file mode 100644 index 881c9f40..00000000 --- a/Modules/UDI/physio.c +++ /dev/null @@ -1,25 +0,0 @@ -/** - * \file physio.c - * \author John Hodge (thePowersGang) - */ -#include -#include -#include - -// === EXPORTS === -EXPORT(udi_dma_constraints_attr_reset); -EXPORT(udi_dma_constraints_free); - -// === CODE === -void udi_dma_constraints_attr_reset( - udi_dma_constraints_t constraints, - udi_dma_constraints_attr_t attr_type - ) -{ - UNIMPLEMENTED(); -} - -void udi_dma_constraints_free(udi_dma_constraints_t constraints) -{ - UNIMPLEMENTED(); -}