]> Git Repo - linux.git/blob - include/linux/gpio/property.h
Linux 6.14-rc3
[linux.git] / include / linux / gpio / property.h
1 // SPDX-License-Identifier: GPL-2.0+
2 #ifndef __LINUX_GPIO_PROPERTY_H
3 #define __LINUX_GPIO_PROPERTY_H
4
5 #include <linux/property.h>
6
7 struct software_node;
8
9 #define PROPERTY_ENTRY_GPIO(_name_, _chip_node_, _idx_, _flags_) \
10         PROPERTY_ENTRY_REF(_name_, _chip_node_, _idx_, _flags_)
11
12 extern const struct software_node swnode_gpio_undefined;
13
14 #endif /* __LINUX_GPIO_PROPERTY_H */
This page took 0.031155 seconds and 4 git commands to generate.