Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/include/mach/arm/ndr_def.h

Source at commit 1270 created 12 years 8 months ago.
By meklort, Add arm headers. update makefiles
1/*
2 * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
3 */
4/*
5 * @OSF_COPYRIGHT@
6 */
7
8/* NDR record for Intel x86s */
9
10#include <mach/ndr.h>
11
12NDR_record_t NDR_record = {
130,/* mig_reserved */
140,/* mig_reserved */
150,/* mig_reserved */
16NDR_PROTOCOL_2_0,
17NDR_INT_LITTLE_ENDIAN,
18NDR_CHAR_ASCII,
19NDR_FLOAT_IEEE,
200,
21};
22

Archive Download this file

Revision: 1270