misc_deregister

Section: Kernel Hacker's Manual (9)
Updated: misc_deregister
Index Return to Main Contents
 

NAME

misc_deregister - unregister a miscellaneous device  

SYNOPSIS

int misc_deregister (struct miscdevice *misc);  

ARGUMENTS

misc

 device to unregister
 

DESCRIPTION

Unregister a miscellaneous device that was previously successfully registered with misc_register. Success is indicated by a zero return, a negative errno code indicates an error.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:54:34 GMT, June 12, 2005