mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a version tag for the rtc port to depend on.
This commit is contained in:
parent
12aef8b7e9
commit
1d91482db9
2 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,8 @@
|
|||
#include <i386/linux/linux_proto.h>
|
||||
#include <i386/linux/linux_util.h>
|
||||
|
||||
MODULE_VERSION(linux, 1);
|
||||
|
||||
MALLOC_DEFINE(M_LINUX, "linux", "Linux mode structures");
|
||||
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@
|
|||
#include <i386/linux/linux_proto.h>
|
||||
#include <i386/linux/linux_util.h>
|
||||
|
||||
MODULE_VERSION(linux, 1);
|
||||
|
||||
MALLOC_DEFINE(M_LINUX, "linux", "Linux mode structures");
|
||||
|
||||
#if BYTE_ORDER == LITTLE_ENDIAN
|
||||
|
|
|
|||
Loading…
Reference in a new issue