From 2b349bc9ba6070a75ed2b3737f52cfc62b00bf5c Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 16:12:37 +0000 Subject: MFC r283423: Move FEATURE macros for v4l and v4l2 to the common module. --- sys/compat/linux/linux_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/compat/linux/linux_common.c') diff --git a/sys/compat/linux/linux_common.c b/sys/compat/linux/linux_common.c index 3cee92a..b9e3531 100644 --- a/sys/compat/linux/linux_common.c +++ b/sys/compat/linux/linux_common.c @@ -35,11 +35,15 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include +FEATURE(linuxulator_v4l, "V4L ioctl wrapper support in the linuxulator"); +FEATURE(linuxulator_v4l2, "V4L2 ioctl wrapper support in the linuxulator"); + MODULE_VERSION(linux_common, 1); SET_DECLARE(linux_device_handler_set, struct linux_device_handler); -- cgit v1.1