aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_version.c
blob: 7b704d05407510613c3a1056593ab12349e57120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include <odp/api/version.h>

const char *odp_version_api_str(void)
{
	return ODP_VERSION_API_STR;
}