1 /* 2 * Copyright (c) 2022 Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 * 6 */ 7 #ifndef DRTM_DMA_PROT_H 8 #define DRTM_DMA_PROT_H 9 10 #include <stdint.h> 11 12 bool drtm_dma_prot_init(void); 13 14 #endif /* DRTM_DMA_PROT_H */ 15