--- zzzz-none-000/linux-5.4.213/include/linux/dmaengine.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/include/linux/dmaengine.h 2024-05-29 11:20:02.000000000 +0000 @@ -186,6 +186,8 @@ DMA_PREP_FENCE = (1 << 5), DMA_CTRL_REUSE = (1 << 6), DMA_PREP_CMD = (1 << 7), + DMA_PREP_LOCK = (1 << 8), + DMA_PREP_UNLOCK = (1 << 9), }; /**