Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
test_fifo.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 <ztest.h>
11#include <irq_offload.h>
12
13typedef struct fdata {
17#endif
IRQ Offload interface.
struct _snode sys_snode_t
Definition: slist.h:33
__UINT32_TYPE__ uint32_t
Definition: stdint.h:60
Definition: test_fifo.h:13
uint32_t data
Definition: test_fifo.h:15
sys_snode_t snode
Definition: test_fifo.h:14
struct fdata fdata_t
Zephyr Testsuite.