Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
baa3e6cbc9e36f5c0ec1fa6ab506a19eecd9883f
/
.
/
services
/
std_svc
/
drtm
/
drtm_dma_prot.h
blob: e0c58b51040dbc268c19988b0f85879a85c1f9fd [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef
DRTM_DMA_PROT_H
#define
DRTM_DMA_PROT_H
#include
<stdint.h>
bool
drtm_dma_prot_init
(
void
);
#endif
/* DRTM_DMA_PROT_H */