devices/ecdev.h
branchstable-1.0
changeset 1623 05622513f627
parent 1619 0d4119024f55
--- a/devices/ecdev.h	Mon Jun 26 15:35:23 2006 +0000
+++ b/devices/ecdev.h	Mon Jun 26 16:07:07 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 *);