mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
LinuxKPI: kunit: add static_stub.h and more dummy headers
These came up during a wifi driver update. Sponsored by: The FreeBSD Foundation (initially) Reviewed by: dumbbell Differential Revision: https://reviews.freebsd.org/D52079 (cherry picked from commit7c47393362) (cherry picked from commit3753913c9e)
This commit is contained in:
parent
95f0e1e425
commit
4a3facee3c
4 changed files with 15 additions and 0 deletions
15
sys/compat/linuxkpi/common/include/kunit/static_stub.h
Normal file
15
sys/compat/linuxkpi/common/include/kunit/static_stub.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* 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 */
|
||||
0
sys/compat/linuxkpi/dummy/include/kunit/skbuff.h
Normal file
0
sys/compat/linuxkpi/dummy/include/kunit/skbuff.h
Normal file
0
sys/compat/linuxkpi/dummy/include/kunit/test-bug.h
Normal file
0
sys/compat/linuxkpi/dummy/include/kunit/test-bug.h
Normal file
0
sys/compat/linuxkpi/dummy/include/kunit/test.h
Normal file
0
sys/compat/linuxkpi/dummy/include/kunit/test.h
Normal file
Loading…
Add table
Reference in a new issue