Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_workqueue.h
Go to the documentation of this file.
1/*
2 * Copyright 2026 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
49
50#ifndef ZEPHYR_INCLUDE_MPIPE_MPIPE_WORKQUEUE_H_
51#define ZEPHYR_INCLUDE_MPIPE_MPIPE_WORKQUEUE_H_
52
70
71#include <zephyr/sys/p4wq.h>
72
79extern struct k_p4wq *const mpipe_p4wq;
80
82
83#endif /* ZEPHYR_INCLUDE_MPIPE_MPIPE_WORKQUEUE_H_ */
struct k_p4wq *const mpipe_p4wq
Shared mpipe P4WQ pool instance.
P4 Queue.
Definition p4wq.h:62