Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef GPIOLIB_CDEV_H
0004 #define GPIOLIB_CDEV_H
0005 
0006 #include <linux/types.h>
0007 
0008 struct gpio_device;
0009 
0010 int gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt);
0011 void gpiolib_cdev_unregister(struct gpio_device *gdev);
0012 
0013 #endif /* GPIOLIB_CDEV_H */