aboutsummaryrefslogtreecommitdiff
path: root/components/service/test_runner/provider/serializer/packed-c/packedc_test_runner_provider_serializer.h
blob: c956bc30ae695795c20e4ae0edb8e0f4f09a69f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PACKEDC_TEST_RUNNER_PROVIDER_SERIALIZER_H
#define PACKEDC_TEST_RUNNER_PROVIDER_SERIALIZER_H

#include <service/test_runner/provider/serializer/test_runner_provider_serializer.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Singleton method to provide access to the packed-c serializer
 * for the test_runner service provider.
 */
const struct test_runner_provider_serializer *packedc_test_runner_provider_serializer_instance(void);

#ifdef __cplusplus
} /* extern "C" */
#endif

#endif /* PACKEDC_TEST_RUNNER_PROVIDER_SERIALIZER_H */