aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/schedule.h
blob: 73c51a7c6d6a69a7222339488efb3c7e0c0e8415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (c) 2015-2018 Linaro Limited
 */

#ifndef ODP_ABI_SCHEDULE_H_
#define ODP_ABI_SCHEDULE_H_

#ifdef __cplusplus
extern "C" {
#endif

/* Empty header required due to the schedule inline functions */

#ifdef __cplusplus
}
#endif

#endif