diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/pasemi_dma.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/pasemi_dma.h b/include/asm-powerpc/pasemi_dma.h index ffd413d7dfb0..facb2bdea45c 100644 --- a/include/asm-powerpc/pasemi_dma.h +++ b/include/asm-powerpc/pasemi_dma.h | |||
@@ -472,6 +472,10 @@ extern void pasemi_dma_free_flag(int flag); | |||
472 | extern void pasemi_dma_set_flag(int flag); | 472 | extern void pasemi_dma_set_flag(int flag); |
473 | extern void pasemi_dma_clear_flag(int flag); | 473 | extern void pasemi_dma_clear_flag(int flag); |
474 | 474 | ||
475 | /* Routines to allocate function engines */ | ||
476 | extern int pasemi_dma_alloc_fun(void); | ||
477 | extern void pasemi_dma_free_fun(int fun); | ||
478 | |||
475 | /* Initialize the library, must be called before any other functions */ | 479 | /* Initialize the library, must be called before any other functions */ |
476 | extern int pasemi_dma_init(void); | 480 | extern int pasemi_dma_init(void); |
477 | 481 | ||