Add module versions.
This commit is contained in:
parent
f2823af1c4
commit
4cc8ba8712
@ -87,3 +87,4 @@ io_modevent(module_t mod __unused, int type, void *data __unused)
|
||||
}
|
||||
|
||||
DEV_MODULE(io, io_modevent, NULL);
|
||||
MODULE_VERSION(io, 1);
|
||||
|
@ -106,3 +106,4 @@ mem_modevent(module_t mod __unused, int type, void *data __unused)
|
||||
}
|
||||
|
||||
DEV_MODULE(mem, mem_modevent, NULL);
|
||||
MODULE_VERSION(mem, 1);
|
||||
|
@ -227,3 +227,4 @@ random_modevent(module_t mod __unused, int type, void *data __unused)
|
||||
}
|
||||
|
||||
DEV_MODULE(random, random_modevent, NULL);
|
||||
MODULE_VERSION(random, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user