mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
LinuxKPI: Add linux/apple-gmux.h
Sponsored by: Serenity Cyber Security, LLC Obtained from: OpenBSD Reviewed by: manu, bz MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42819 (cherry picked from commit 730387b64e10b617f6f0b6f3a64501dc35dd7861)
This commit is contained in:
parent
a620fdcdb7
commit
0972bacc7f
1 changed files with 12 additions and 0 deletions
12
sys/compat/linuxkpi/common/include/linux/apple-gmux.h
Normal file
12
sys/compat/linuxkpi/common/include/linux/apple-gmux.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* Public domain. */
|
||||
|
||||
#ifndef _LINUXKPI_LINUX_APPLE_GMUX_H
|
||||
#define _LINUXKPI_LINUX_APPLE_GMUX_H
|
||||
|
||||
static inline bool
|
||||
apple_gmux_detect(void *a, void *b)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Reference in a new issue