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:
Vladimir Kondratyev 2023-12-24 11:20:00 +03:00
parent a620fdcdb7
commit 0972bacc7f

View 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