1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  *
7  * Description:
8  *     RAM firmware notification configuration.
9  */
10 
11 #ifndef FMW_NOTIFICATION_H
12 #define FMW_NOTIFICATION_H
13 
14 #define FMW_NOTIFICATION_MAX 128
15 
16 #endif /* FMW_NOTIFICATION_H */
17