]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Intel 82527 chip now configures acceptance identifiers and mask 15 according to edges.
[lincan.git] / lincan / include / main.h
index f92d1c4a700d2112eff25bf1ac355d84fa093da4..5ff9104e8dcbd0dcf494a5e4d48ae8cf2c09edea 100644 (file)
@@ -309,6 +309,7 @@ struct hwspecops_t {
  * @remote_request: configures message object and asks for RTR message
  * @check_tx_stat: checks state of transmission engine
  * @wakeup_tx: wakeup TX processing
+ * @set_filter: if 
  * @enable_configuration: enable chip configuration mode
  * @disable_configuration: disable chip configuration mode
  * @set_btregs: configures bitrate registers
@@ -336,6 +337,7 @@ struct chipspecops_t {
        int (*remote_request)(struct chip_t *chip, struct msgobj_t *obj);
        int (*check_tx_stat)(struct chip_t *chip);
        int (*wakeup_tx)(struct chip_t *chip, struct msgobj_t *obj);
+       int (*filtch_rq)(struct chip_t *chip, struct msgobj_t *obj);
        int (*enable_configuration)(struct chip_t *chip);
        int (*disable_configuration)(struct chip_t *chip);
        int (*set_btregs)(struct chip_t *chip, unsigned short btr0,