diff options
| author | Jason <[email protected]> | 2022-11-28 13:20:31 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-28 13:20:31 -0800 |
| commit | e7fc00e292d320a3edfbcecc33e92e2d516505b8 (patch) | |
| tree | 8cb6e2793f207bcff86a3cb2786932b8ebaa9682 | |
| parent | 82537c2a1da27908ffbc5d98a7ad77e6af0956c8 (diff) | |
| parent | e25d94bd373c807497b6087b7be3761476751d25 (diff) | |
Merge pull request #807 from jasonknichel/user/jknichel/HopefullyFixDevelopBranch
Hopefully fix develop branch error in these header files
| -rw-r--r-- | network/wwan/cxwmbclass/inc/BusInterface.h | 2 | ||||
| -rw-r--r-- | network/wwan/cxwmbclass/inc/MbbLibrary.h | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/wwan/cxwmbclass/inc/BusInterface.h b/network/wwan/cxwmbclass/inc/BusInterface.h index d72c663a..819f93e5 100644 --- a/network/wwan/cxwmbclass/inc/BusInterface.h +++ b/network/wwan/cxwmbclass/inc/BusInterface.h @@ -27,7 +27,7 @@ Revision History: Authors: TriRoy -
+ ****************************************************************************/ #ifndef _BusInterface_H_ diff --git a/network/wwan/cxwmbclass/inc/MbbLibrary.h b/network/wwan/cxwmbclass/inc/MbbLibrary.h index 03f64d8a..25c4bef9 100644 --- a/network/wwan/cxwmbclass/inc/MbbLibrary.h +++ b/network/wwan/cxwmbclass/inc/MbbLibrary.h @@ -22,7 +22,7 @@ Notes: This library can be used both in user and kernel mode because it does not to make any memory allocations. -
+ Revision History: 2/7/2010 : created @@ -30,7 +30,7 @@ Revision History: Authors: TriRoy -
+ ****************************************************************************/ EXTERN_C NTSTATUS @@ -38,7 +38,7 @@ MbbLibForamtBufferAsOpenMessage(__out_bcount_opt(*BufferLength) PVOID MessageBuf /* Description Formats an input buffer as a MBB Open Message. -
+ Parameters __out_opt_bcount(*BufferLength) PVOID MessageBuffer The input message buffer. This parameter may be NULL @@ -71,7 +71,7 @@ MbbLibForamtBufferAsCloseMessage(__out_bcount_opt(*BufferLength) PVOID MessageBu /* Description Formats an input buffer as a MBB Close Message. -
+ Parameters __out_opt_bcount(*BufferLength) PVOID MessageBuffer The input message buffer. This parameter may be NULL @@ -111,7 +111,7 @@ MbbLibFragmentBufferToCommandMessages( Description Given the Payload the routine fragments the payload in to the FragmentBuffers. -
+ Parameters __in MBB_COMMAND Command Command contains the GUID and Cid. |
