Balint Dobszay | 8b6e686 | 2020-11-23 18:12:54 +0100 | [diff] [blame] | 1 | /* |
Julian Hall | a7e76c8 | 2021-04-14 11:12:11 +0100 | [diff] [blame] | 2 | * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved. |
Balint Dobszay | 8b6e686 | 2020-11-23 18:12:54 +0100 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef PSA_STATUS_H |
| 8 | #define PSA_STATUS_H |
| 9 | |
Julian Hall | a7e76c8 | 2021-04-14 11:12:11 +0100 | [diff] [blame] | 10 | #include <components/service/common/include/psa/error.h> |
Balint Dobszay | 8b6e686 | 2020-11-23 18:12:54 +0100 | [diff] [blame] | 11 | |
| 12 | #endif /* PSA_STATUS_H */ |