]> Git Repo - linux.git/blob - drivers/gpio/gpiolib-cdev.h
Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux.git] / drivers / gpio / gpiolib-cdev.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef GPIOLIB_CDEV_H
4 #define GPIOLIB_CDEV_H
5
6 #include <linux/types.h>
7
8 struct gpio_device;
9
10 int gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt);
11 void gpiolib_cdev_unregister(struct gpio_device *gdev);
12
13 #endif /* GPIOLIB_CDEV_H */
This page took 0.035474 seconds and 4 git commands to generate.