Last change
on this file since 21342 was 21342, checked in by vboxsync, 16 years ago |
OSE fix
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
558 bytes
|
Line | |
---|
1 | ; $Id: SrvIntNetR0A-win.asm 21342 2009-07-07 15:29:35Z vboxsync $ */
|
---|
2 | ;; @file
|
---|
3 | ; Internal networking - The ring 0 service.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2006-2008 Sun Microsystems, Inc.
|
---|
8 | ;
|
---|
9 | ; Sun Microsystems, Inc. confidential
|
---|
10 | ; All rights reserved
|
---|
11 | ;
|
---|
12 |
|
---|
13 | %define IN_DYNAMICLOAD_CODE
|
---|
14 |
|
---|
15 | %include "iprt/ntwrap.mac"
|
---|
16 |
|
---|
17 | NtWrapDrv2DynFunctionWithAllRegParams intnetNtWrap, intnetR0TrunkIfPortSetSGPhys
|
---|
18 | NtWrapDrv2DynFunctionWithAllRegParams intnetNtWrap, intnetR0TrunkIfPortRecv
|
---|
19 | NtWrapDrv2DynFunctionWithAllRegParams intnetNtWrap, intnetR0TrunkIfPortSGRetain
|
---|
20 | NtWrapDrv2DynFunctionWithAllRegParams intnetNtWrap, intnetR0TrunkIfPortSGRelease
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.