xref: /kernel/linux/linux-6.6/arch/um/drivers/harddog_user_exp.c (revision 62306a36)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/um/drivers/
1// SPDX-License-Identifier: GPL-2.0
2#include <linux/export.h>
3#include "harddog.h"
4
5#if IS_MODULE(CONFIG_UML_WATCHDOG)
6EXPORT_SYMBOL(start_watchdog);
7EXPORT_SYMBOL(stop_watchdog);
8EXPORT_SYMBOL(ping_watchdog);
9#endif
10

Indexes created Thu Nov 07 10:32:03 CST 2024