summaryrefslogtreecommitdiff
path: root/include/octrpc/rpc_protocol.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-08 22:25:38 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-08 22:25:38 +0000
commit3cc7a566ce58e9fde4c1c3bce8c99628885cc618 (patch)
tree3dbc7be6a8980f8f37daec4e402e812e2a8a1737 /include/octrpc/rpc_protocol.h
parent8e299821775e664fb0ca5f5a14360c92b2f90019 (diff)
Merged revisions 1262 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1262 | kpfleming | 2006-08-08 17:22:24 -0500 (Tue, 08 Aug 2006) | 2 lines update Octasic API headers (but not code yet) to PR43, and use version with GPL licenses instead of proprietary licenses ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1263 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'include/octrpc/rpc_protocol.h')
-rw-r--r--include/octrpc/rpc_protocol.h28
1 files changed, 18 insertions, 10 deletions
diff --git a/include/octrpc/rpc_protocol.h b/include/octrpc/rpc_protocol.h
index 4cbefd0..358b7f9 100644
--- a/include/octrpc/rpc_protocol.h
+++ b/include/octrpc/rpc_protocol.h
@@ -2,21 +2,29 @@
File: rpc_protocol.h
-Copyright (c) 2001 Octasic Inc. All rights reserved.
+ Copyright (c) 2001-2006 Octasic Inc.
Description:
-This section defines the intent of the file.
+This file contains RPC related definitions and prototypes.
-This source code is Octasic Confidential. Use of and access to this code
-is covered by the Octasic Device Enabling Software License Agreement.
-Acknowledgement of the Octasic Device Enabling Software License was
-required for access to this code. A copy was also provided with the release.
+This file is part of the Octasic OCT6100 GPL API . The OCT6100 GPL API is
+free software; you can redistribute it and/or modify it under the terms of
+the GNU General Public License as published by the Free Software Foundation;
+either version 2 of the License, or (at your option) any later version.
+The OCT6100 GPL API is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+for more details.
-$Octasic_Release: OCT610xAPI-01.00-PR37 $
+You should have received a copy of the GNU General Public License
+along with the OCT6100 GPL API; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Revision: 22 $
+$Octasic_Release: OCT612xAPI-01.00-PR43 $
+
+$Octasic_Revision: 23 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -27,6 +35,7 @@ $Octasic_Revision: 22 $
/***************************** DEFINES *************************************/
+
#define cOCTRPC_ENDIAN_DETECT 0x27182819
#define cOCTRPC_ENDIAN_DETECT_BYTE_W 0x19
#define cOCTRPC_ENDIAN_DETECT_BYTE_X 0x28
@@ -74,6 +83,7 @@ $Octasic_Revision: 22 $
/***************************** TYPES ***************************************/
+
typedef struct _OCTRPC_OGRDTP_HEADER_
{
UINT32 IN ulEndianDetect;
@@ -102,6 +112,4 @@ typedef struct _OCTRPC_COMMAND_HEADER_
} tOCTRPC_COMMAND_HEADER, *tPOCTRPC_COMMAND_HEADER;
-
-
#endif /* __RPC_PROTOCOL_H__ */