xref: /kernel/linux/linux-6.6/arch/um/drivers/harddog_user_exp.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/um/drivers/
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

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