devices/ccat/module.h
branchstable-1.5
changeset 2684 56587a22d05c
parent 2654 b3f6b3e5ef29
equal deleted inserted replaced
2683:1079c149f22c 2684:56587a22d05c
    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 
    38 extern const struct ccat_driver eth_eim_driver;
    38 extern const struct ccat_driver eth_eim_driver;
    39 extern const struct ccat_driver eth_dma_driver;
    39 extern const struct ccat_driver eth_dma_driver;
       
    40 #ifdef CONFIG_GPIO
    40 extern const struct ccat_driver gpio_driver;
    41 extern const struct ccat_driver gpio_driver;
       
    42 #endif
    41 extern const struct ccat_driver sram_driver;
    43 extern const struct ccat_driver sram_driver;
    42 extern const struct ccat_driver update_driver;
    44 extern const struct ccat_driver update_driver;
       
    45 
    43 
    46 
    44 /**
    47 /**
    45  * CCAT function type identifiers (u16)
    48  * CCAT function type identifiers (u16)
    46  */
    49  */
    47 enum ccat_info_t {
    50 enum ccat_info_t {