Rev 362 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 362 | Rev 1908 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | // Public declarations for the exported interface |
2 | // Public declarations for the exported interface |
| 3 | 3 | ||
| 4 | void BIOS_Reset(void); |
4 | void BIOS_Reset(void); |
| 5 | Can_Return_t BIOS_CanSend(Can_Message_t* msg); |
5 | Can_Return_t BIOS_CanSend(Can_Message_t* msg); |
| 6 | void (*BIOS_CanCallback)(Can_Message_t *msg); |
6 | void (*BIOS_CanCallback)(Can_Message_t *msg); |
| - | 7 | uint32_t BIOS_GetHwId(void); |
|