freebsd-dev/sys/compat/linuxkpi/common/include
Emmanuel Vadot 93d70cd3fe linuxkpi: Add __same_type and __must_be_array macros
The same_type macro simply wraps around builtin_types_compatible_p which
exist for both GCC and CLANG, which returns 1 if both types are the same.
The __must_be_array macros returns 1 if the argument is an array.

This is needed for DRM v5.3

Sponsored-by: The FreeBSD Foundation
Reviewed by:	hselasky
Differential Revision:	https://reviews.freebsd.org/D24953
2020-05-25 12:42:55 +00:00
..
asm Implement the atomic fetch add unless functions for the LinuxKPI. 2020-04-20 16:21:37 +00:00
linux linuxkpi: Add __same_type and __must_be_array macros 2020-05-25 12:42:55 +00:00
net Implement the ip_eth_mc_map() function in the LinuxKPI. 2018-06-12 08:43:49 +00:00