X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=0332088906e72a0a5c254ec42b023251aa02e00e;hb=a2198e5e7bf23df91c2cfe2acc5a75521395d531;hp=4a6ad989e7ef84042c2d47928cffda86e1b77124;hpb=41e3372ac4ad2de0d20e19e9dc9c8776220451b1;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 4a6ad98..0332088 100644 --- a/include/cec.h +++ b/include/cec.h @@ -443,6 +443,12 @@ extern "C" DECLSPEC void * CECInit(const char *strDeviceName, CEC::cec_device_ty */ extern "C" DECLSPEC void * CECInitialise(CEC::libcec_configuration *configuration); +/*! + * @brief Try to connect to the adapter and send the "start bootloader" command, without initialising libCEC and going through all checks + * @return True when the command was send, false otherwise. + */ +extern "C" DECLSPEC bool CECStartBootloader(void); + /*! * @brief Unload the CEC adapter library. */