/*
 * Copyright (c) 2025 The FreeBSD Foundation
 *
 * This software was developed by Björn Zeeb under sponsorship from
 * the FreeBSD Foundation.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#ifndef	_LINUXKPI_KUNIT_STATIC_STUB_H
#define	_LINUXKPI_KUNIT_STATIC_STUB_H

#define	KUNIT_STATIC_STUB_REDIRECT(_fn, ...)	do { } while(0)

#endif	/* _LINUXKPI_KUNIT_STATIC_STUB_H */
