devices/ecdev.h
branchstable-1.0
changeset 1623 05622513f627
parent 1619 0d4119024f55
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    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