Rev 339 |
Blame |
Compare with Previous |
Last modification |
View Log
| SVN
| RSS feed
/*********************************************************************
*
* CAN module header file
*
*********************************************************************
* FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/branches/modules/EmbeddedSoftware/PIC/canBoot/Include/CAN.h $
* Last changed: $LastChangedDate: 2007-02-25 20:51:08 +0100 (Sun, 25 Feb 2007) $
* By: $LastChangedBy: johboh $
* Revision: $Revision: 339 $
********************************************************************/
#ifndef CAN_H
#define CAN_H
#include <CANdefs.h>
#include <compiler.h>
#include <typedefs.h>
#include <funcdefs.h>
void canInit(void);
BOOL canSendMessage(CAN_PACKET cp);
#endif //CAN.h