bus_generic_print_child - generic implementation of DEVICE_PRINT_CHILD for busses
foo0: <FooCard 1234> on bar0
bus_generic_print_child itself calls two functions
bus_print_child_header ();
and
bus_print_child_footer ();
The former prints "foo0: <FooCard 1234>" and the latter "on bar0".
These routines should be used if possible in your own code if
bus_generic_print_child ();
does not completely suit your needs.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |