ddi_root_node - get the root of the dev_info tree
#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> dev_info_t *ddi_root_node(void);
Solaris DDI specific (Solaris DDI).
The ddi_root_node() function returns a pointer to the root node of the device information tree.
The ddi_root_node() function returns a pointer to a device information structure.
The ddi_root_node() function can be called from user, interrupt, or kernel context.
Writing Device Drivers
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |