162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci#include <linux/export.h> 362306a36Sopenharmony_ci#include "harddog.h" 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#if IS_MODULE(CONFIG_UML_WATCHDOG) 662306a36Sopenharmony_ciEXPORT_SYMBOL(start_watchdog); 762306a36Sopenharmony_ciEXPORT_SYMBOL(stop_watchdog); 862306a36Sopenharmony_ciEXPORT_SYMBOL(ping_watchdog); 962306a36Sopenharmony_ci#endif 10