moved some files
This commit is contained in:
22
thirdparty/libcsp/include/csp/drivers/can_socketcan.h
vendored
Normal file
22
thirdparty/libcsp/include/csp/drivers/can_socketcan.h
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* can_socketcan.h
|
||||
*
|
||||
* Created on: Feb 6, 2017
|
||||
* Author: johan
|
||||
*/
|
||||
|
||||
#ifndef LIB_CSP_INCLUDE_CSP_DRIVERS_CAN_SOCKETCAN_H_
|
||||
#define LIB_CSP_INCLUDE_CSP_DRIVERS_CAN_SOCKETCAN_H_
|
||||
|
||||
#include <csp/csp_types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
csp_iface_t * csp_can_socketcan_init(const char * ifc, int bitrate, int promisc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* LIB_CSP_INCLUDE_CSP_DRIVERS_CAN_SOCKETCAN_H_ */
|
Reference in New Issue
Block a user