mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add WDM major/minor #defines.
This commit is contained in:
parent
6bd39fe978
commit
40e22f3c3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124729
@ -55,6 +55,13 @@
|
||||
#define MDL_VA(b) \
|
||||
((void *)((char *)((b)->nb_startva) + (b)->nb_byteoffset))
|
||||
|
||||
#define WDM_MAJOR 1
|
||||
#define WDM_MINOR_WIN98 0x00
|
||||
#define WDM_MINOR_WINME 0x05
|
||||
#define WDM_MINOR_WIN2000 0x10
|
||||
#define WDM_MINOR_WINXP 0x20
|
||||
#define WDM_MINOR_WIN2003 0x30
|
||||
|
||||
/*-
|
||||
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.
|
||||
* According to the Windows DDK header files, KSPIN_LOCK is defined like this:
|
||||
|
Loading…
Reference in New Issue
Block a user