home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
- *
- * @APPLE_LICENSE_HEADER_START@
- *
- * The contents of this file constitute Original Code as defined in and
- * are subject to the Apple Public Source License Version 1.1 (the
- * "License"). You may not use this file except in compliance with the
- * License. Please obtain a copy of the License at
- * http://www.apple.com/publicsource and read it before using this file.
- *
- * This Original Code and all software distributed under the License are
- * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
- * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
- * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
- * License for the specific language governing rights and limitations
- * under the License.
- *
- * @APPLE_LICENSE_HEADER_END@
- */
- /*
- * @OSF_COPYRIGHT@
- */
- /*
- * HISTORY
- *
- * Revision 1.1.1.1 1998/09/22 21:05:31 wsanchez
- * Import of Mac OS X kernel (~semeria)
- *
- * Revision 1.1.1.1 1998/03/07 02:26:02 wsanchez
- * Import of OSF Mach kernel (~mburg)
- *
- * Revision 1.1.8.1 1996/12/09 16:55:41 stephen
- * nmklinux_1.0b3_shared into pmk1.1
- * [1996/12/09 11:10:10 stephen]
- *
- * Revision 1.1.6.1 1996/04/11 09:10:43 emcmanus
- * Copied from mainline.ppc.
- * [1996/04/10 17:09:22 emcmanus]
- *
- * Revision 1.1.4.1 1995/11/23 17:39:22 stephen
- * first powerpc checkin to mainline.ppc
- * [1995/11/23 16:53:16 stephen]
- *
- * Revision 1.1.2.1 1995/08/25 06:35:32 stephen
- * Initial checkin of files for PowerPC port
- * [1995/08/23 15:13:31 stephen]
- *
- * $EndLog$
- */
-
- #include <mach/ndr.h>
-
- NDR_record_t NDR_record = {
- 0, /* mig_reserved */
- 0, /* mig_reserved */
- 0, /* mig_reserved */
- NDR_PROTOCOL_2_0,
- NDR_INT_BIG_ENDIAN,
- NDR_CHAR_ASCII,
- NDR_FLOAT_IEEE,
- 0,
- };
-