nulldev - zero return function
#include <sys/conf.h> #include <sys/ddi.h> int nulldev();
Architecture independent level 1 (DDI/DKI).
nulldev() returns 0. It is intended to be used in the cb_ops(9S) data structure of a device driver for device entry points that do nothing.
nulldev() can be called from any context.
Writing Device Drivers
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |