diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-09-12 21:07:06 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-09-12 21:07:06 +0000 |
| commit | 653de878fcb688cecac95ab2b87adcb76f34cefb (patch) | |
| tree | b5c6c910793cb351767028c2809addf58bc046bb /sys | |
| parent | 9a5e3ddb2d8ec92a3e032c9a749ac296ea5861df (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/bus.h b/sys/sys/bus.h index 1559c41f1f5b..826126c1fe9b 100644 --- a/sys/sys/bus.h +++ b/sys/sys/bus.h @@ -191,6 +191,7 @@ int resource_list_release(struct resource_list *rl, int resource_list_print_type(struct resource_list *rl, const char *name, int type, const char *format); + /* * The root bus, to which all top-level busses are attached. */ |
