Zephyr Project API
3.3.0
A Scalable Open Source RTOS
test_lifo.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_LIFO_H__
8
#define __TEST_LIFO_H__
9
10
#include <
zephyr/ztest.h
>
11
#include <
zephyr/irq_offload.h
>
12
13
typedef
struct
ldata
{
14
sys_snode_t
snode
;
15
uint32_t
data
;
16
}
ldata_t
;
17
#endif
irq_offload.h
IRQ Offload interface.
sys_snode_t
struct _snode sys_snode_t
Definition:
slist.h:33
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:90
ldata
Definition:
test_lifo.h:13
ldata::snode
sys_snode_t snode
Definition:
test_lifo.h:14
ldata::data
uint32_t data
Definition:
test_lifo.h:15
ldata_t
struct ldata ldata_t
ztest.h
Zephyr Testsuite.
tests
kernel
lifo
lifo_api
src
test_lifo.h
Generated on Fri Jun 9 2023 14:09:43 for Zephyr Project API by
1.9.2