Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
46a00d4b7cb0fbde48f5ca3368e20311e500e8e1
/
.
/
tests
/
kernel
/
queue
/
src
/
test_queue.h
blob: b0ac407c7b7d383aaa305c50732d4ec56cccd4ad [
file
]
#ifndef
__TEST_FIFO_H__
#define
__TEST_FIFO_H__
#include
<ztest.h>
#include
<irq_offload.h>
typedef
struct
qdata
{
sys_snode_t
snode
;
uint32_t
data
;
}
qdata_t
;
#endif