Skip to content

Commit 2d40b2e

Browse files
committed
change(sgdma): friend class for test
1 parent 842c37f commit 2d40b2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inc/udmaio/UioMemSgdma.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace udmaio {
1919
/// @brief Interface to AXI DMA scatter-gather buffers & descriptors
2020
/// Uses a UioIf to access DMA descriptor memory
2121
class UioMemSgdma : public UioIf {
22+
friend struct UioMemSgdmaTest;
23+
2224
static constexpr int DESC_ADDR_STEP = 0x40;
2325

2426
struct __attribute__((packed)) S2mmDescControl {

0 commit comments

Comments
 (0)