Sherry Zhang | 73126e5 | 2022-02-15 14:27:49 +0800 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2022, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __FWU_CONFIG_H__ | ||||
9 | #define __FWU_CONFIG_H__ | ||||
10 | |||||
11 | #cmakedefine PSA_FWU_MAX_BLOCK_SIZE @PSA_FWU_MAX_BLOCK_SIZE@ | ||||
12 | |||||
13 | #endif /* __FWU_CONFIG_H__ */ |