Page MenuHomeFreeBSD

linuxkpi: Add __same_type and __must_be_array macros
ClosedPublic

Authored by manu on May 22 2020, 10:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 9 2025, 7:00 PM
Unknown Object (File)
Dec 24 2024, 12:17 PM
Unknown Object (File)
Nov 19 2024, 12:39 PM
Unknown Object (File)
Nov 19 2024, 12:21 PM
Unknown Object (File)
Nov 19 2024, 10:23 AM
Unknown Object (File)
Nov 18 2024, 2:25 PM
Unknown Object (File)
Nov 15 2024, 9:49 PM
Unknown Object (File)
Sep 30 2024, 11:44 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable