aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/dma_types.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2022-03-17 17:20:03 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-18 15:26:38 +0200
commit4eee6de8422a9ac05e86d94a6923f434aac15b5b (patch)
tree7b86b1fed2a378767f8974db2d553d8730a4ec19 /include/odp/api/dma_types.h
parent585e1c9489a53d15dfde449b5f030f5df8b1afff (diff)
api: event: split header file
Split event.h API file into separate files for types and functions. This avoids circular dependency between event and packet headers. While updating dependencies from event.h to event_types.h, simplify API header file dependencies: - API files depend mostly on type headers of other APIs - move header includes from include/odp/api header files to spec files Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'include/odp/api/dma_types.h')
-rw-r--r--include/odp/api/dma_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/odp/api/dma_types.h b/include/odp/api/dma_types.h
index 5a726a319..eeaa7bee8 100644
--- a/include/odp/api/dma_types.h
+++ b/include/odp/api/dma_types.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2021, Nokia
+/* Copyright (c) 2021-2022, Nokia
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
@@ -17,7 +17,6 @@
extern "C" {
#endif
-#include <odp/api/abi/event.h>
#include <odp/api/abi/dma_types.h>
#include <odp/api/spec/dma_types.h>