]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-generic/gpio.h
Merge git://git.denx.de/u-boot-dm
[karo-tx-uboot.git] / include / asm-generic / gpio.h
index 4ec411b37285355e5e289aa560b442e4c7fb9743..f81b51aa301feec3f13dc787c95626c2f84012a8 100644 (file)
@@ -257,4 +257,6 @@ const char *gpio_get_bank_info(struct udevice *dev, int *offset_count);
 int gpio_lookup_name(const char *name, struct udevice **devp,
                     unsigned int *offsetp, unsigned int *gpiop);
 
+int name_to_gpio(const char *name);
+
 #endif /* _ASM_GENERIC_GPIO_H_ */