Subversion Repositories HomeAutomation

Rev

Rev 361 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. //---------------------------------------------------------------------------
  2. // Public declarations for the exported interface
  3.  
  4. void BIOS_Reset(void);
  5. Can_Return_t BIOS_CanSend(Can_Message_t* msg);
  6. void (*BIOS_CanCallback)(Can_Message_t *msg);
  7.