/* * Arm SCP/MCP Software * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Description: * RAM firmware notification configuration. */ #ifndef FMW_NOTIFICATION_H #define FMW_NOTIFICATION_H #define FMW_NOTIFICATION_MAX 128 #endif /* FMW_NOTIFICATION_H */