devices/ecdev.h
changeset 286 f3352378b4d4
parent 246 0bf7c769de06
child 495 88c597598bbc
child 1739 5fcbd29151d2
--- 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 *);