Merge tag 'for-linus' of git://github.com/openrisc/linux
[platform/kernel/linux-starfive.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/device.h>
7
8 int gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt);
9 void gpiolib_cdev_unregister(struct gpio_device *gdev);
10
11 #endif /* GPIOLIB_CDEV_H */