aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/packet.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/spec/packet.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/spec/packet.h')
-rw-r--r--include/odp/api/spec/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odp/api/spec/packet.h b/include/odp/api/spec/packet.h
index daf0b3133..8dc0a77bb 100644
--- a/include/odp/api/spec/packet.h
+++ b/include/odp/api/spec/packet.h
@@ -22,6 +22,7 @@ extern "C" {
#include <odp/api/proto_stats_types.h>
#include <odp/api/time.h>
#include <odp/api/packet_types.h>
+#include <odp/api/pool_types.h>
/** @defgroup odp_packet ODP PACKET
* Packet event metadata and operations.