summaryrefslogtreecommitdiff
path: root/arch/um/drivers/harddog_user_exp.c
blob: c74d4b815d143d27e96f13672fe073faa5608cd0 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0
#include <linux/export.h>
#include "harddog.h"

#if IS_MODULE(CONFIG_UML_WATCHDOG)
EXPORT_SYMBOL(start_watchdog);
EXPORT_SYMBOL(stop_watchdog);
EXPORT_SYMBOL(ping_watchdog);
#endif