blob: 1b1e5a69f10beb110803e1527f56d449df64e505 [file] [log] [blame]
#pragma once
#include <stdint.h>
/**
* @brief Main function to initiate Hostboot dump
*
*/
namespace watchdog
{
namespace dump
{
/**
* @brief Initiate Hostboot dump collection
*
* @param timeout - timeout interval in seconds
*/
void triggerHostbootDump(const uint32_t timeout);
} // namespace dump
} // namespace watchdog