xref: /openbmc/linux/arch/um/drivers/harddog_user_exp.c (revision 4c77cfcfe1afd1d8f5247cd26e53fa2e30c4c23f)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/export.h>
3 #include "harddog.h"
4 
5 #if IS_MODULE(CONFIG_UML_WATCHDOG)
6 EXPORT_SYMBOL(start_watchdog);
7 EXPORT_SYMBOL(stop_watchdog);
8 EXPORT_SYMBOL(ping_watchdog);
9 #endif
10