API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_pipeline_config.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2025 Nokia
3 */
4
7#ifndef ODP_PIPELINE_CONFIG_H_
8#define ODP_PIPELINE_CONFIG_H_
9
10#include <stdint.h>
11
12#include "odp_pipeline_domains.h"
13
14uintptr_t odp_pl_config_parser_get(const char *domain, const char *resource);
15
16#endif