aboutsummaryrefslogtreecommitdiff
path: root/include/odp.h
blob: 26c2f7a623c35faaf5ae1e9298cb45888eec196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright (c) 2016, Linaro Limited
 * All rights reserved
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 */

/**
 * @file
 *
 * WARNING: THIS FILE IS DEPRECATED AND WILL BE REMOVED!!!
 * ODP APPLICATIONS SHOULD NOW INCLUDE odp_api.h INSTEAD.
 *
 * This file is here to ease the transition period but will be removed.
 * This change has been made to enable the creation of other ODP interfaces.
 *
 */

#ifndef ODP_H_
#define ODP_H_

#include <odp_api.h>

#endif