diff options
Diffstat (limited to 'net/can/af_can.h')
| -rw-r--r-- | net/can/af_can.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/net/can/af_can.h b/net/can/af_can.h index fd882dbadad..1dccb4c3389 100644 --- a/net/can/af_can.h +++ b/net/can/af_can.h @@ -104,6 +104,9 @@ struct s_pstats {  	unsigned long rcv_entries_max;  }; +/* receive filters subscribed for 'all' CAN devices */ +extern struct dev_rcv_lists can_rx_alldev_list; +  /* function prototypes for the CAN networklayer procfs (proc.c) */  extern void can_init_proc(void);  extern void can_remove_proc(void);  |