#ifndef RSCAN_TABLE_H #define RSCAN_TABLE_H #include "r_typedefs.h" /* structure */ typedef struct { uint32_t data[4]; }canfd_filter_type; #define RX_RULE_SIZE 24U extern const canfd_filter_type RX_RULE_TABLE_LIST[RX_RULE_SIZE] ; #endif