summaryrefslogtreecommitdiffstats
path: root/include/sys/mod.h
Commit message (Collapse)AuthorAgeFilesLines
* Wrap Linux module macrosMatthew Macy2019-11-011-0/+41
MODULE_VERSION is already defined on FreeBSD. Wrap all of the used MODULE_* macros for the sake of consistency and portability. Add a user space noop version to reduce the need for _KERNEL ifdefs. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9542