Jiafei Pan | 46367ad | 2018-03-02 07:23:30 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __TZC380_H__ | ||||
8 | #define __TZC380_H__ | ||||
9 | |||||
10 | struct tzc380_reg { | ||||
11 | unsigned int secure; | ||||
12 | unsigned int enabled; | ||||
13 | unsigned int low_addr; | ||||
14 | unsigned int high_addr; | ||||
15 | unsigned int size; | ||||
16 | unsigned int sub_mask; | ||||
17 | }; | ||||
18 | |||||
19 | #endif /* __TZC380_H__ */ |