master/device.h
changeset 104 052bc82d5442
parent 98 f564d0929292
child 195 674071846ee3
equal deleted inserted replaced
103:d2a8adde27c4 104:052bc82d5442
    11 #ifndef _EC_DEVICE_H_
    11 #ifndef _EC_DEVICE_H_
    12 #define _EC_DEVICE_H_
    12 #define _EC_DEVICE_H_
    13 
    13 
    14 #include <linux/interrupt.h>
    14 #include <linux/interrupt.h>
    15 
    15 
    16 #include "../include/EtherCAT_rt.h"
    16 #include "../include/ecrt.h"
    17 #include "../include/EtherCAT_dev.h"
    17 #include "../devices/ecdev.h"
    18 #include "globals.h"
    18 #include "globals.h"
    19 
       
    20 typedef irqreturn_t (*ec_isr_t)(int, void *, struct pt_regs *);
       
    21 
    19 
    22 /*****************************************************************************/
    20 /*****************************************************************************/
    23 
    21 
    24 /**
    22 /**
    25    EtherCAT-Gerät.
    23    EtherCAT-Gerät.