|
||||
File indexing completed on 2025-01-18 10:13:01
0001 /* $NetBSD: raw.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */ 0002 /* $FreeBSD: src/include/rpc/raw.h,v 1.1 2001/03/19 12:49:47 alfred Exp $ */ 0003 0004 /* 0005 * Copyright (c) 2009, Sun Microsystems, Inc. 0006 * All rights reserved. 0007 * 0008 * Redistribution and use in source and binary forms, with or without 0009 * modification, are permitted provided that the following conditions are met: 0010 * - Redistributions of source code must retain the above copyright notice, 0011 * this list of conditions and the following disclaimer. 0012 * - Redistributions in binary form must reproduce the above copyright notice, 0013 * this list of conditions and the following disclaimer in the documentation 0014 * and/or other materials provided with the distribution. 0015 * - Neither the name of Sun Microsystems, Inc. nor the names of its 0016 * contributors may be used to endorse or promote products derived 0017 * from this software without specific prior written permission. 0018 * 0019 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 0020 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 0021 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 0022 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 0023 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 0024 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 0025 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 0026 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 0027 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 0028 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 0029 * POSSIBILITY OF SUCH DAMAGE. 0030 */ 0031 /* 0032 * Copyright (c) 1986 - 1991 by Sun Microsystems, Inc. 0033 */ 0034 0035 #ifndef _RPC_RAW_H 0036 #define _RPC_RAW_H 0037 0038 /* from: @(#)raw.h 1.11 94/04/25 SMI */ 0039 /* from: @(#)raw.h 1.2 88/10/25 SMI */ 0040 0041 #ifdef __cplusplus 0042 extern "C" { 0043 #endif 0044 0045 /* 0046 * raw.h 0047 * 0048 * Raw interface 0049 * The common memory area over which they will communicate 0050 */ 0051 extern char *__rpc_rawcombuf; 0052 0053 #ifdef __cplusplus 0054 } 0055 #endif 0056 0057 #endif /* _RPC_RAW_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |