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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/gpio/gpiobus_internal.h b/sys/dev/gpio/gpiobus_internal.h
index de3f57663132..c198e5f79989 100644
--- a/sys/dev/gpio/gpiobus_internal.h
+++ b/sys/dev/gpio/gpiobus_internal.h
@@ -42,6 +42,8 @@ void gpiobus_free_ivars(struct gpiobus_ivar *);
int gpiobus_read_ivar(device_t, device_t, int, uintptr_t *);
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);
extern driver_t gpiobus_driver;
#endif