Skip to content

Commit 472c3e6

Browse files
committed
dma: remove refactor artifact
9e6a072 added a enum that adds a name clashes when WOLFHSM_CFG_DMA_CUSTOM_CLIENT_COPY is defined. As the enum looks unused, it's probably just a artifact of a refactoring.
1 parent 33ec360 commit 472c3e6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

wolfhsm/wh_dma.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ typedef enum {
4545
WH_DMA_OPER_CLIENT_WRITE_POST = 3,
4646
} whDmaOper;
4747

48-
#ifdef WOLFHSM_CFG_DMA_CUSTOM_CLIENT_COPY
49-
typedef enum {
50-
WH_DMA_COPY_OPER_CLIENT_READ = 0,
51-
WH_DMA_COPY_OPER_CLIENT_WRITE = 1,
52-
} whDmaCopyOper;
53-
#endif /* WOLFHSM_CFG_DMA_CUSTOM_CLIENT_COPY */
54-
5548
/* Flags embedded in request/response structs provided by client */
5649
typedef struct {
5750
uint8_t cacheForceInvalidate : 1;

0 commit comments

Comments
 (0)