|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. ! 3: * ! 4: * @APPLE_LICENSE_HEADER_START@ ! 5: * ! 6: * The contents of this file constitute Original Code as defined in and ! 7: * are subject to the Apple Public Source License Version 1.1 (the ! 8: * "License"). You may not use this file except in compliance with the ! 9: * License. Please obtain a copy of the License at ! 10: * http://www.apple.com/publicsource and read it before using this file. ! 11: * ! 12: * This Original Code and all software distributed under the License are ! 13: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER ! 14: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ! 15: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, ! 16: * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the ! 17: * License for the specific language governing rights and limitations ! 18: * under the License. ! 19: * ! 20: * @APPLE_LICENSE_HEADER_END@ ! 21: */ ! 22: /* ! 23: * @OSF_COPYRIGHT@ ! 24: */ ! 25: /* ! 26: * HISTORY ! 27: * ! 28: * Revision 1.1.1.1 1998/09/22 21:05:31 wsanchez ! 29: * Import of Mac OS X kernel (~semeria) ! 30: * ! 31: * Revision 1.1.1.1 1998/03/07 02:26:02 wsanchez ! 32: * Import of OSF Mach kernel (~mburg) ! 33: * ! 34: * Revision 1.1.8.1 1996/12/09 16:55:41 stephen ! 35: * nmklinux_1.0b3_shared into pmk1.1 ! 36: * [1996/12/09 11:10:10 stephen] ! 37: * ! 38: * Revision 1.1.6.1 1996/04/11 09:10:43 emcmanus ! 39: * Copied from mainline.ppc. ! 40: * [1996/04/10 17:09:22 emcmanus] ! 41: * ! 42: * Revision 1.1.4.1 1995/11/23 17:39:22 stephen ! 43: * first powerpc checkin to mainline.ppc ! 44: * [1995/11/23 16:53:16 stephen] ! 45: * ! 46: * Revision 1.1.2.1 1995/08/25 06:35:32 stephen ! 47: * Initial checkin of files for PowerPC port ! 48: * [1995/08/23 15:13:31 stephen] ! 49: * ! 50: * $EndLog$ ! 51: */ ! 52: ! 53: #include <mach/ndr.h> ! 54: ! 55: NDR_record_t NDR_record = { ! 56: 0, /* mig_reserved */ ! 57: 0, /* mig_reserved */ ! 58: 0, /* mig_reserved */ ! 59: NDR_PROTOCOL_2_0, ! 60: NDR_INT_BIG_ENDIAN, ! 61: NDR_CHAR_ASCII, ! 62: NDR_FLOAT_IEEE, ! 63: 0, ! 64: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.