aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/support.h')
-rw-r--r--include/odp/api/support.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/odp/api/support.h b/include/odp/api/support.h
deleted file mode 100644
index a6a3ef5a0..000000000
--- a/include/odp/api/support.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (c) 2017-2018, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/**
- * @file
- *
- * ODP support API - platform specific header
- */
-
-#ifndef ODP_API_SUPPORT_H_
-#define ODP_API_SUPPORT_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <odp/api/spec/support.h>
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif