Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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 */