1. NAME

class_compat_register - register a compatibility class

2. SYNOPSIS

struct class_compat * class_compat_register(const char *  name );

3. ARGUMENTS

name
    the name of the class

4. DESCRIPTION

Compatibility class are meant as a temporary user-space compatibility workaround when converting a family of class devices to a bus devices.

5. COPYRIGHT