aboutsummaryrefslogtreecommitdiff
path: root/product/corstone-700/module/firewall/include/mod_firewall.h
blob: a666612601c6761d62a7f16156329491d189e0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *
 * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef MOD_SE_FIREWALL_H
#define MOD_SE_FIREWALL_H

#include <stddef.h>
#include <stdint.h>
#include <fwk_id.h>
#include <firewall.h>

struct firewall_config {
      const uintptr_t se_firewall_base;
};
#endif /* MOD_SE_FIREWALL_H */