devices/ecdev.h
changeset 286 f3352378b4d4
parent 246 0bf7c769de06
child 495 88c597598bbc
child 1739 5fcbd29151d2
equal deleted inserted replaced
285:d6145fc87a74 286:f3352378b4d4
    53 #include <linux/netdevice.h>
    53 #include <linux/netdevice.h>
    54 
    54 
    55 /*****************************************************************************/
    55 /*****************************************************************************/
    56 
    56 
    57 struct ec_device;
    57 struct ec_device;
    58 typedef struct ec_device ec_device_t;
    58 typedef struct ec_device ec_device_t; /**< \see ec_device */
       
    59 
       
    60 /**
       
    61    Interrupt-Service-Routine Type
       
    62 */
    59 
    63 
    60 typedef irqreturn_t (*ec_isr_t)(int, void *, struct pt_regs *);
    64 typedef irqreturn_t (*ec_isr_t)(int, void *, struct pt_regs *);
    61 
    65 
    62 /*****************************************************************************/
    66 /*****************************************************************************/
    63 // Registration functions
    67 // Registration functions