API Reference Manual  1.45.0
odp_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2013-2018 Linaro Limited
3  */
4 
12 #ifndef ODP_API_H_
13 #define ODP_API_H_
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include <odp/api/deprecated.h>
20 #include <odp/api/version.h>
21 #include <odp/api/std_types.h>
22 #include <odp/api/align.h>
23 #include <odp/api/hash.h>
24 #include <odp/api/chksum.h>
25 #include <odp/api/comp.h>
26 #include <odp/api/hints.h>
27 #include <odp/api/debug.h>
28 #include <odp/api/byteorder.h>
29 #include <odp/api/cpu.h>
30 #include <odp/api/cpumask.h>
31 #include <odp/api/barrier.h>
32 #include <odp/api/spinlock.h>
33 #include <odp/api/atomic.h>
34 #include <odp/api/init.h>
35 #include <odp/api/system_info.h>
36 #include <odp/api/thread.h>
37 #include <odp/api/shared_memory.h>
38 #include <odp/api/buffer.h>
39 #include <odp/api/pool.h>
40 #include <odp/api/queue.h>
41 #include <odp/api/ticketlock.h>
42 #include <odp/api/time.h>
43 #include <odp/api/timer.h>
44 #include <odp/api/schedule.h>
45 #include <odp/api/sync.h>
46 #include <odp/api/packet.h>
47 #include <odp/api/packet_flags.h>
48 #include <odp/api/packet_io.h>
49 #include <odp/api/proto_stats.h>
50 #include <odp/api/crypto.h>
51 #include <odp/api/classification.h>
52 #include <odp/api/rwlock.h>
53 #include <odp/api/event.h>
54 #include <odp/api/random.h>
55 #include <odp/api/errno.h>
56 #include <odp/api/thrmask.h>
57 #include <odp/api/traffic_mngr.h>
58 #include <odp/api/ml.h>
59 #include <odp/api/ml_quantize.h>
62 #include <odp/api/std.h>
63 #include <odp/api/ipsec.h>
64 #include <odp/api/stash.h>
65 #include <odp/api/reassembly.h>
66 #include <odp/api/dma.h>
67 
68 #ifdef __cplusplus
69 }
70 #endif
71 #endif
ODP alignments.
ODP atomic operations.
ODP execution barriers.
ODP buffer descriptor.
ODP byteorder.
ODP classification descriptor.
ODP crypto.
ODP CPU.
ODP CPU masks and enumeration.
ODP crypto.
ODP debug.
ODP DMA.
ODP errno API.
ODP event.
ODP Hash function.
ODP initialization.
ODP IPSEC API - platform specific header.
ODP packet descriptor.
ODP packet flags.
ODP Packet IO.
ODP pool.
ODP proto stats.
ODP queue.
ODP random number API.
ODP RW Locks.
ODP recursive read/write lock.
ODP schedule.
ODP shared memory.
ODP spinlock.
ODP recursive spinlock.
ODP stash.
Standard C language types and definitions for ODP.
ODP synchronisation.
ODP thread API.
ODP thread masks.
ODP ticketlock.
ODP time.
ODP timer service.
ODP Traffic manager.
ODP version.
ODP checksum functions.
Control deprecated API definitions.
ODP compiler hints.
ODP Machine Learning (ML) offload.
ODP Machine Learning (ML) offload.
ODP REASSEMBLY API - platform specific header.
ODP system information.