devices/ccat/module.h
branchstable-1.5
changeset 2554 770881d887c5
parent 2553 b0c2762a1a83
child 2565 f7b06b264646
equal deleted inserted replaced
2553:b0c2762a1a83 2554:770881d887c5
    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.1" DRV_EXTRAVERSION
    32 #define DRV_VERSION      "0.8" 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