aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpiobus_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/gpio/gpiobus_internal.h')
-rw-r--r--sys/dev/gpio/gpiobus_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/gpio/gpiobus_internal.h b/sys/dev/gpio/gpiobus_internal.h
index c198e5f79989..58f862343403 100644
--- a/sys/dev/gpio/gpiobus_internal.h
+++ b/sys/dev/gpio/gpiobus_internal.h
@@ -44,6 +44,7 @@ int gpiobus_acquire_pin(device_t, uint32_t);
void gpiobus_release_pin(device_t, uint32_t);
int gpiobus_child_location(device_t, device_t, struct sbuf *);
device_t gpiobus_add_child_common(device_t, u_int, const char *, int, size_t);
+int gpiobus_add_gpioc(device_t);
extern driver_t gpiobus_driver;
#endif