summaryrefslogtreecommitdiff
path: root/drivers/arm/tzc400/tzc400.c
blob: ff2ebc70ecd44b78d52a26c9f347456d43efe2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#if ERROR_DEPRECATED
#error "Using deprecated TZC-400 source file"
#else
#include "../tzc/tzc400.c"
#endif /* ERROR_DEPRECATED */