xref: /freebsd/sys/compat/linuxkpi/common/include/kunit/static_stub.h (revision 7c473933624f701263a83da526cac680b1ca69ed)
1*7c473933SBjoern A. Zeeb /*
2*7c473933SBjoern A. Zeeb  * Copyright (c) 2025 The FreeBSD Foundation
3*7c473933SBjoern A. Zeeb  *
4*7c473933SBjoern A. Zeeb  * This software was developed by Björn Zeeb under sponsorship from
5*7c473933SBjoern A. Zeeb  * the FreeBSD Foundation.
6*7c473933SBjoern A. Zeeb  *
7*7c473933SBjoern A. Zeeb  * SPDX-License-Identifier: BSD-2-Clause
8*7c473933SBjoern A. Zeeb  */
9*7c473933SBjoern A. Zeeb 
10*7c473933SBjoern A. Zeeb #ifndef	_LINUXKPI_KUNIT_STATIC_STUB_H
11*7c473933SBjoern A. Zeeb #define	_LINUXKPI_KUNIT_STATIC_STUB_H
12*7c473933SBjoern A. Zeeb 
13*7c473933SBjoern A. Zeeb #define	KUNIT_STATIC_STUB_REDIRECT(_fn, ...)	do { } while(0)
14*7c473933SBjoern A. Zeeb 
15*7c473933SBjoern A. Zeeb #endif	/* _LINUXKPI_KUNIT_STATIC_STUB_H */
16