agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
vfs/module/gpio/gpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 ykat UG (haftungsbeschraenkt) - All Rights Reserved
3
*
4
* Permission for non-commercial use is hereby granted,
5
* free of charge, without warranty of any kind.
6
*/
7
#ifndef ZRTOS_VFS_MODULE_GPIO_H
8
#define ZRTOS_VFS_MODULE_GPIO_H
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
14
#include <
zrtos/vfs_plugin.h
>
15
#include <
zrtos/gpio.h
>
16
17
/*
18
ZRTOS_VFS_PLUGIN__INIT(gpio);
19
*/
20
21
#ifdef __cplusplus
22
}
23
#endif
24
#endif
gpio.h
vfs_plugin.h
zrtos
vfs
module
gpio
gpio.h
© 2024 ykat UG (haftungsbeschränkt)