xref: /rk3399_ARM-atf/services/std_svc/drtm/drtm_dma_prot.h (revision 2a1cdee4f5e6fe0b90399e442075880acad1869e)
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