summaryrefslogtreecommitdiff
path: root/plat/layerscape/common/include/tzc380.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/layerscape/common/include/tzc380.h')
-rw-r--r--plat/layerscape/common/include/tzc380.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/plat/layerscape/common/include/tzc380.h b/plat/layerscape/common/include/tzc380.h
deleted file mode 100644
index 88063a97..00000000
--- a/plat/layerscape/common/include/tzc380.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef TZC380_H
-#define TZC380_H
-
-struct tzc380_reg {
- unsigned int secure;
- unsigned int enabled;
- unsigned int low_addr;
- unsigned int high_addr;
- unsigned int size;
- unsigned int sub_mask;
-};
-
-#endif /* TZC380_H */