blob: f7decd14cd925b8bf766ebec53d721ac133d5c04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _BITS_DMA_H
#define _BITS_DMA_H
/** @file
*
* RISCV-specific DMA API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/riscv_dma.h>
#endif /* _BITS_DMA_H */
|