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