X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInterfaces%2FUDI%2Fudi_lib%2Fphysio%2Fdma.c;h=03ba1bf818d7892f9312fb01e506d18a03cd588c;hb=8d3b2c5f55f648f964afe7540a9fca97ab0b17d6;hp=1b1eecdba32c306e799ee66177de98e77f702b71;hpb=301dc9a238658b902d9d394b6e930d1ec4832190;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/udi_lib/physio/dma.c b/KernelLand/Modules/Interfaces/UDI/udi_lib/physio/dma.c index 1b1eecdb..03ba1bf8 100644 --- a/KernelLand/Modules/Interfaces/UDI/udi_lib/physio/dma.c +++ b/KernelLand/Modules/Interfaces/UDI/udi_lib/physio/dma.c @@ -6,6 +6,11 @@ #include #include +struct udi_dma_handle_s +{ + +}; + // === EXPORTS === EXPORT(udi_dma_prepare); EXPORT(udi_dma_buf_map);