Index: firmware/App/Drivers/GPIO.h =================================================================== diff -u -r5d682ef4b973ca85e67ac00cc2610e2f6c378b0c -r046bc2b62cf942b7e846fa5bff698b94238edf24 --- firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision 5d682ef4b973ca85e67ac00cc2610e2f6c378b0c) +++ firmware/App/Drivers/GPIO.h (.../GPIO.h) (revision 046bc2b62cf942b7e846fa5bff698b94238edf24) @@ -1,25 +1,25 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file GPIO.h * -* @author (last) Vinayakam Mani -* @date (last) 29-Aug-2024 +* @author (last) Jashwant Gantyada +* @date (last) 19-Feb-2026 * -* @author (original) Sean +* @author (original) Vinayakam Mani * @date (original) 29-Aug-2024 * ***************************************************************************/ - -#ifndef __GPIO_H__ -#define __GPIO_H__ - -#include "DDCommon.h" - + +#ifndef __GPIO_H__ +#define __GPIO_H__ + +#include "DDCommon.h" + /** * @defgroup GPIO GPIO * @brief The GPIO unit provides definitions and GPIO pin access abstraction @@ -29,13 +29,15 @@ * @{ */ +// ********** public definitions ********** + // ********** public function prototypes ********** void toggleWatchdogPetSignal( void ); void setWatchdogPetSignal( void ); void clrWatchdogPetSignal( void ); -PIN_SIGNAL_STATE_T getCPLDWatchdogExpired( void ); +PIN_SIGNAL_STATE_T getWatchdogExpired( void ); /**@}*/ -#endif +#endif