From b0d8f22f3492fbb3f6dc0e8026e63c803af59007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 17 Oct 2015 15:40:51 +0200 Subject: Complete commit of current work --- can_mcp2515.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 can_mcp2515.h (limited to 'can_mcp2515.h') diff --git a/can_mcp2515.h b/can_mcp2515.h new file mode 100644 index 0000000..618051e --- /dev/null +++ b/can_mcp2515.h @@ -0,0 +1,14 @@ +#include +#include +#include + +#include "spi.h" + +#ifndef _IOE_CAN_MCP2515_H_ +#define _IOE_CAN_MCP2515_H_ +#ifdef CONFIG_IOE_CAN_MCP2515 + +void can_mcp2515_init(void); + +#endif /* CONFIG_IOE_CAN_MCP2515 */ +#endif /* _IOE_CAN_MCP2515_H_ */ -- cgit v1.2.3