blob: e0c58b51040dbc268c19988b0f85879a85c1f9fd [file] [log] [blame]
Manish V Badarkhecc2c7432022-02-24 20:22:39 +00001/*
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
12bool drtm_dma_prot_init(void);
13
14#endif /* DRTM_DMA_PROT_H */