|
Linux Kernel
3.7.1
|
#include "iforce.h"Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>, Johann Deneux <[email protected]>") | |
| MODULE_DESCRIPTION ("USB/RS232 I-Force joysticks and wheels driver") | |
| MODULE_LICENSE ("GPL") | |
| int | iforce_init_device (struct iforce *iforce) |
| module_init (iforce_init) | |
| module_exit (iforce_exit) | |
Definition at line 256 of file iforce-main.c.
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]> | , |
| Johann Deneux< johann.deneux @gmail.com >" | |||
| ) |
| module_exit | ( | iforce_exit | ) |
| module_init | ( | iforce_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2