diff -r d6145fc87a74 -r f3352378b4d4 devices/ecdev.h --- a/devices/ecdev.h Mon Jun 26 15:33:18 2006 +0000 +++ b/devices/ecdev.h Mon Jun 26 16:05:30 2006 +0000 @@ -55,7 +55,11 @@ /*****************************************************************************/ struct ec_device; -typedef struct ec_device ec_device_t; +typedef struct ec_device ec_device_t; /**< \see ec_device */ + +/** + Interrupt-Service-Routine Type +*/ typedef irqreturn_t (*ec_isr_t)(int, void *, struct pt_regs *);