Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpio / gpiolib-cdev.h
blobb42644cbffb80ebdf3dbc5cb06e7e2d5726e48f0
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef GPIOLIB_CDEV_H
4 #define GPIOLIB_CDEV_H
6 #include <linux/types.h>
8 struct gpio_device;
10 int gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt);
11 void gpiolib_cdev_unregister(struct gpio_device *gdev);
13 #endif /* GPIOLIB_CDEV_H */