18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ci#ifndef GPIOLIB_CDEV_H 48c2ecf20Sopenharmony_ci#define GPIOLIB_CDEV_H 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#include <linux/types.h> 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_cistruct gpio_device; 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciint gpiolib_cdev_register(struct gpio_device *gdev, dev_t devt); 118c2ecf20Sopenharmony_civoid gpiolib_cdev_unregister(struct gpio_device *gdev); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* GPIOLIB_CDEV_H */ 14