Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
os_dev.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
26
struct
os_dev
{
27
};
28
32
#define OS_DEV_SETHANDLERS(__dev, __open, __close) \
33
(void) __dev; \
34
(void) __open; \
35
(void) __close;
36
37
#ifdef __cplusplus
38
}
39
#endif
os_dev
Device structure.
Definition
os_dev.h:26
Generated on Thu Sep 24 2026 04:06:03 by
1.13.2