Add module versions.

This commit is contained in:
markm 2004-08-02 20:42:28 +00:00
parent f2823af1c4
commit 4cc8ba8712
3 changed files with 3 additions and 0 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);