This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* wiegand-gpio.c. | |
*. | |
* Wiegand test driver using GPIO an interrupts.. | |
* | |
*/ | |
/* Standard headers for LKMs */ | |
#include <linux/module.h><----->/* Needed by all modules */ | |
#include <linux/kernel.h><----->/* Needed for KERN_INFO */ | |
#include <linux/kobject.h> |