add free dma buffer function

This commit is contained in:
simin
2012-12-13 17:47:36 +09:00
parent 84ade197f0
commit 9849cf57b1
3 changed files with 49 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ static struct aal_os_user_call_handler mcctrl_uchs[] = {
{ .request = MCEXEC_UP_RET_SYSCALL, .func = mcctrl_ioctl },
{ .request = MCEXEC_UP_LOAD_SYSCALL, .func = mcctrl_ioctl },
{ .request = MCEXEC_UP_PREPARE_DMA, .func = mcctrl_ioctl },
{ .request = MCEXEC_UP_FREE_DMA, .func = mcctrl_ioctl },
};
static struct aal_os_user_call mcctrl_uc = {