TRANSPORT_CLASS_UNRE

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

transport_class_unregister - unregister a previously registered class  

SYNOPSIS

void transport_class_unregister(struct transport_class * tclass);
 

ARGUMENTS

tclass

The transport class to unregister
 

DESCRIPTION

Must be called prior to deallocating the memory for the transport class.  

COPYRIGHT