DPDK
19.08.0-rc0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
+
Functions
_
c
e
p
r
s
t
+
Variables
b
c
l
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
lib
librte_acl
rte_acl_osdep.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2014 Intel Corporation
3
*/
4
5
#ifndef _RTE_ACL_OSDEP_H_
6
#define _RTE_ACL_OSDEP_H_
7
14
#include <stdint.h>
15
#include <stddef.h>
16
#include <inttypes.h>
17
#include <limits.h>
18
#include <ctype.h>
19
#include <string.h>
20
#include <errno.h>
21
#include <stdio.h>
22
#include <stdarg.h>
23
#include <stdlib.h>
24
#include <sys/queue.h>
25
26
/*
27
* Common defines.
28
*/
29
30
#define DIM(x) RTE_DIM(x)
31
32
#include <
rte_common.h
>
33
#include <
rte_vect.h
>
34
#include <
rte_memory.h
>
35
#include <
rte_log.h
>
36
#include <
rte_memcpy.h
>
37
#include <
rte_prefetch.h
>
38
#include <
rte_byteorder.h
>
39
#include <
rte_branch_prediction.h
>
40
#include <
rte_malloc.h
>
41
#include <
rte_eal.h
>
42
#include <rte_eal_memconfig.h>
43
#include <
rte_per_lcore.h
>
44
#include <
rte_errno.h
>
45
#include <
rte_string_fns.h
>
46
#include <
rte_cpuflags.h
>
47
#include <
rte_debug.h
>
48
49
#endif
/* _RTE_ACL_OSDEP_H_ */
rte_malloc.h
rte_per_lcore.h
rte_cpuflags.h
rte_byteorder.h
rte_vect.h
rte_memory.h
rte_eal.h
rte_branch_prediction.h
rte_prefetch.h
rte_string_fns.h
rte_common.h
rte_errno.h
rte_debug.h
rte_memcpy.h
rte_log.h
Generated by
1.8.15