summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/wwan/cxwmbclass/inc/BusInterface.h2
-rw-r--r--network/wwan/cxwmbclass/inc/MbbLibrary.h10
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.