aboutsummaryrefslogtreecommitdiff
path: root/include/odp.h
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-08-21 02:03:02 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-08-22 12:42:02 +0400
commit7fd717d8ffdff7f09e4824a28bedaa9829f80cff (patch)
tree25383be1bb49718dab43478d84631ab0e4437242 /include/odp.h
parent3ee9b44a2824457992bcafe7705b61d8e3be2b0c (diff)
Move includes back into linux-generic
To much linux-generic specific details. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Diffstat (limited to 'include/odp.h')
-rw-r--r--include/odp.h55
1 files changed, 0 insertions, 55 deletions
diff --git a/include/odp.h b/include/odp.h
deleted file mode 100644
index 0ee3faf76..000000000
--- a/include/odp.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Copyright (c) 2013, Linaro Limited
- * All rights reserved
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/**
- * @file
- *
- * The OpenDataPlane API
- *
- */
-
-#ifndef ODP_H_
-#define ODP_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <odp_config.h>
-
-#include <odp_version.h>
-#include <odp_std_types.h>
-#include <odp_compiler.h>
-
-#include <odp_align.h>
-#include <odp_hints.h>
-#include <odp_debug.h>
-#include <odp_byteorder.h>
-#include <odp_coremask.h>
-#include <odp_barrier.h>
-#include <odp_spinlock.h>
-#include <odp_atomic.h>
-
-#include <odp_init.h>
-#include <odp_system_info.h>
-#include <odp_thread.h>
-#include <odp_shared_memory.h>
-#include <odp_buffer.h>
-#include <odp_buffer_pool.h>
-#include <odp_queue.h>
-#include <odp_ticketlock.h>
-#include <odp_time.h>
-#include <odp_timer.h>
-#include <odp_schedule.h>
-#include <odp_sync.h>
-#include <odp_packet.h>
-#include <odp_packet_flags.h>
-#include <odp_packet_io.h>
-
-#ifdef __cplusplus
-}
-#endif
-#endif