rusefi-1/firmware/bootloader/bootloader.h

15 lines
188 B
C
Raw Normal View History

2020-04-01 16:00:56 -07:00
#pragma once
2017-06-01 17:49:18 -07:00
#ifdef __cplusplus
extern "C" {
#endif
/*
* Used to trick the linker to include bootloader code into the binary.
*/
int initBootloader(void);
#ifdef __cplusplus
}
#endif