18 lines
180 B
C
18 lines
180 B
C
|
#ifndef CAN_INIT_H
|
||
|
#define CAN_INIT_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"{
|
||
|
#endif
|
||
|
|
||
|
#include "struct_typedef.h"
|
||
|
|
||
|
|
||
|
extern void can_filter_init(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|