#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