idma_if.h 274 B

123456789101112131415
  1. /*
  2. * idma_if.h
  3. *
  4. * Created on: 2021Äê6ÔÂ8ÈÕ
  5. * Author: DELL
  6. */
  7. #ifndef IDMA_IF_H
  8. #define IDMA_IF_H
  9. extern int idma_copy_ext2ext(uint64_t src_addr, uint64_t dst_addr, uint32_t block_size,
  10. uint32_t temp_buffer,uint32_t buffer_size);
  11. #endif /* */