blob: d6f07312efcda5f1c389d476ebb2984abd662f53 [file] [log] [blame]
Balint Dobszay8b6e6862020-11-23 18:12:54 +01001/*
Julian Halla7e76c82021-04-14 11:12:11 +01002 * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
Balint Dobszay8b6e6862020-11-23 18:12:54 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PSA_STATUS_H
8#define PSA_STATUS_H
9
Julian Halla7e76c82021-04-14 11:12:11 +010010#include <components/service/common/include/psa/error.h>
Balint Dobszay8b6e6862020-11-23 18:12:54 +010011
12#endif /* PSA_STATUS_H */