20 lines
334 B
C
20 lines
334 B
C
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __CAN_NETWORK_H
|
|
#define __CAN_NETWORK_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
void can_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __HELLOWERLOD_H */
|
|
|
|
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/
|