API Reference Manual  1.47.0
api/abi-default/init.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2015-2018 Linaro Limited
3  */
4 
11 #ifndef ODP_ABI_INIT_H_
12 #define ODP_ABI_INIT_H_
13 
14 #include <odp/api/std_types.h>
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
23 typedef struct odp_platform_init_t {
24  char dummy;
26 
31 typedef uint64_t odp_instance_t;
32 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif
Standard C language types and definitions for ODP.
uint64_t odp_instance_t
ODP instance ID.
struct odp_platform_init_t odp_platform_init_t
ODP platform initialization data.