aboutsummaryrefslogtreecommitdiff
path: root/test/miscellaneous/odp_api_headers.c
blob: f81a9c58b5ad510adec456ca8e7f7762ab31f0ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (c) 2022, Nokia
 *
 * All rights reserved.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

#include <odp_api.h>
#include <odp/helper/odph_api.h>

int main(void)
{
	return 0;
}