#ifndef BOOT_H #define BOOT_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern const char* boot_copyDate; #ifdef __cplusplus } #endif #endif