mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Define a module version.
This commit is contained in:
parent
b63ff62456
commit
51d3b6d1cc
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
#include <dev/ppbus/ppbio.h>
|
||||
|
||||
MODULE_VERSION(ppbus, 1);
|
||||
|
||||
#define DEVTOSOFTC(dev) ((struct ppb_data *)device_get_softc(dev))
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue