diff options
Diffstat (limited to 'sys/dev/ntb/ntb.h')
-rw-r--r-- | sys/dev/ntb/ntb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ntb/ntb.h b/sys/dev/ntb/ntb.h index 8593c65b4cf0..2b6aab6bc509 100644 --- a/sys/dev/ntb/ntb.h +++ b/sys/dev/ntb/ntb.h @@ -36,6 +36,9 @@ SYSCTL_DECL(_hw_ntb); int ntb_register_device(device_t ntb); int ntb_unregister_device(device_t ntb); +int ntb_child_location_str(device_t dev, device_t child, char *buf, + size_t buflen); +int ntb_print_child(device_t dev, device_t child); /* * ntb_link_event() - notify driver context of a change in link status |