mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
More 32 to 16 bit handle stuff. Roll core minor version.
This commit is contained in:
parent
3bfa867765
commit
24d52eb7b5
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#endif
|
||||
|
||||
#define ISP_CORE_VERSION_MAJOR 2
|
||||
#define ISP_CORE_VERSION_MINOR 0
|
||||
#define ISP_CORE_VERSION_MINOR 1
|
||||
|
||||
/*
|
||||
* Vector for bus specific code to provide specific services.
|
||||
|
|
@ -67,7 +67,7 @@ struct ispmdvec {
|
|||
int (*dv_dmaset) __P((struct ispsoftc *,
|
||||
XS_T *, ispreq_t *, u_int16_t *, u_int16_t));
|
||||
void (*dv_dmaclr)
|
||||
__P((struct ispsoftc *, XS_T *, u_int32_t));
|
||||
__P((struct ispsoftc *, XS_T *, u_int16_t));
|
||||
void (*dv_reset0) __P((struct ispsoftc *));
|
||||
void (*dv_reset1) __P((struct ispsoftc *));
|
||||
void (*dv_dregs) __P((struct ispsoftc *, const char *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue