aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/dma_types.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-01-18 16:43:52 +0200
committerMatias Elo <matias.elo@nokia.com>2022-03-03 16:38:30 +0200
commit6acdad54c42d63f30a2294450bee8783ee01662b (patch)
tree78b16eff808e369c1d234efa94a80e4352942072 /include/odp/api/dma_types.h
parent83e637a95eeab20f1b792d0255afd7046aba50fe (diff)
api: pool: split pool types into a separate header
Split pool types into a separate header file to enable easier function inlining. No API changes. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/dma_types.h')
-rw-r--r--include/odp/api/dma_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odp/api/dma_types.h b/include/odp/api/dma_types.h
index 4a51371b4..5a726a319 100644
--- a/include/odp/api/dma_types.h
+++ b/include/odp/api/dma_types.h
@@ -17,6 +17,7 @@
extern "C" {
#endif
+#include <odp/api/abi/event.h>
#include <odp/api/abi/dma_types.h>
#include <odp/api/spec/dma_types.h>