API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_pipeline_orchestrator.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2025 Nokia
3 */
4
7#ifndef ODP_PIPELINE_ORCHESTRATOR_H_
8#define ODP_PIPELINE_ORCHESTRATOR_H_
9
10void odp_pl_request_termination(const char *source, const char *cause);
11
12#endif