API Reference Manual  1.45.0
api/abi-default/classification.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2017-2018 Linaro Limited
3  */
4 
5 #ifndef ODP_ABI_CLASSIFICATION_H_
6 #define ODP_ABI_CLASSIFICATION_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
13 typedef struct { char dummy; } _odp_abi_cos_t;
14 
16 typedef struct { char dummy; } _odp_abi_pmr_t;
17 
24 
25 #define ODP_COS_INVALID ((odp_cos_t)0)
26 #define ODP_PMR_INVALID ((odp_pmr_t)0)
27 
28 #define ODP_COS_NAME_LEN 32
29 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif
_odp_abi_cos_t * odp_cos_t
Class of service handle.
_odp_abi_pmr_t * odp_pmr_t
Packet matching rule handle.
Dummy type for strong typing.