devices/ccat/module.h
branchstable-1.5
changeset 2553 b0c2762a1a83
parent 2552 6e419c23b1b3
child 2554 770881d887c5
equal deleted inserted replaced
2552:6e419c23b1b3 2553:b0c2762a1a83
    27 #include "CCatDefinitions.h"
    27 #include "CCatDefinitions.h"
    28 #include "../ecdev.h"
    28 #include "../ecdev.h"
    29 
    29 
    30 #define DRV_NAME         "ec_ccat"
    30 #define DRV_NAME         "ec_ccat"
    31 #define DRV_EXTRAVERSION "-ec"
    31 #define DRV_EXTRAVERSION "-ec"
    32 #define DRV_VERSION      "0.8" DRV_EXTRAVERSION
    32 #define DRV_VERSION      "0.8.1" DRV_EXTRAVERSION
    33 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    33 #define DRV_DESCRIPTION  "Beckhoff CCAT Ethernet/EtherCAT Network Driver"
    34 
    34 
    35 #undef pr_fmt
    35 #undef pr_fmt
    36 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    36 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    37 
    37