Zephyr Project API  3.2.0
A Scalable Open Source RTOS
test_queue.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef __TEST_FIFO_H__
8#define __TEST_FIFO_H__
9
10#include <zephyr/ztest.h>
11#include <zephyr/irq_offload.h>
13
14extern struct k_heap test_pool;
15
16typedef struct qdata {
21#endif
IRQ Offload interface.
struct _snode sys_snode_t
Definition: slist.h:33
__UINT32_TYPE__ uint32_t
Definition: stdint.h:90
Definition: kernel.h:5074
Definition: test_queue.h:16
sys_snode_t snode
Definition: test_queue.h:17
uint32_t data
Definition: test_queue.h:18
bool allocated
Definition: test_queue.h:19
struct k_heap test_pool
struct qdata qdata_t
Zephyr Testsuite.