aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/_ishmphy_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/_ishmphy_internal.h')
-rw-r--r--platform/linux-generic/include/_ishmphy_internal.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/platform/linux-generic/include/_ishmphy_internal.h b/platform/linux-generic/include/_ishmphy_internal.h
deleted file mode 100644
index 4fe560fd2..000000000
--- a/platform/linux-generic/include/_ishmphy_internal.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Copyright (c) 2016, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#ifndef _ISHMPHY_INTERNAL_H
-#define _ISHMPHY_INTERNAL_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <stdint.h>
-
-void *_odp_ishmphy_book_va(uintptr_t len, intptr_t align);
-int _odp_ishmphy_unbook_va(void);
-void *_odp_ishmphy_map(int fd, void *start, uint64_t size, int flags);
-int _odp_ishmphy_unmap(void *start, uint64_t len, int flags);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif