1 /*
2  * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 
CC_PalWmb(void)8 void CC_PalWmb(void)
9 {
10     return;
11 }
12 
CC_PalRmb(void)13 void CC_PalRmb(void)
14 {
15     return;
16 }
17 
18 
19