aboutsummaryrefslogtreecommitdiff
path: root/components/messaging/ffa/libsp/include/sp_api_types.h
blob: 10ab2934ba04fcb578bc3f39de7c35f9342136d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
 */

#ifndef LIBSP_INCLUDE_SP_API_TYPES_H_
#define LIBSP_INCLUDE_SP_API_TYPES_H_

#include <stdint.h>

/**
 * SP API call result
 */
typedef int32_t sp_result;

#endif /* LIBSP_INCLUDE_SP_API_TYPES_H_ */