#ifdef AIX_PROD
/* @(#)47	1.3  src/rpc/sys_idl/ndrold.h, rpc.idl.src, os2dce21.dss, 960602a.1 5/17/95 09:47:43 */
/*
 * COMPONENT_NAME:  rpc.idl.src 
 *
 * FUNCTIONS: 
 *
 * ORIGINS: 72
 *
 */
#endif /* AIX_PROD */
/*
 * (c) Copyright 1990, 1991 OPEN SOFTWARE FOUNDATION, INC.
 * ALL RIGHTS RESERVED
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).  See the file named COPYRIGHT.DCE in the
 * src directory for the full copyright text.
 */
/*
 * HISTORY
 * $Log: ndrold.h,v $
 * Revision 1.1.2.3  1993/01/04  00:10:09  bbelch
 * 	Embedding copyright notice
 * 	[1993/01/03  20:15:30  bbelch]
 *
 * Revision 1.1.2.2  1992/12/23  21:20:31  zeliff
 * 	Embedding copyright notice
 * 	[1992/12/23  15:47:11  zeliff]
 * 
 * Revision 1.1  1992/01/19  03:13:27  devrcs
 * 	Initial revision
 * 
 * $EndLog$
 */
/*
**  Copyright (c) 1989 by
**      Hewlett-Packard Company, Palo Alto, Ca. & 
**      Digital Equipment Corporation, Maynard, Mass.
**
**
**  NAME:
**
**      ndrold.h  
**
**  FACILITY:
**
**      Network Data Representation (NDR)
**
**  ABSTRACT:
**
**  This is a "hand-compiled" version of "ndrold.idl".  See the Abstract
**  in "ndrold.idl" for details.
**
**
*/

#ifndef ndrold_v0_included
#define ndrold_v0_included

/* 
 * Data representation descriptor type for NCS pre-v2.
 */
 
#ifdef __cplusplus
typedef struct ndr_old_format_t
#else
typedef struct
#endif
{
    unsigned int int_rep: 4;
    unsigned int char_rep: 4;
    unsigned int float_rep: 8;
    unsigned int reserved: 16;
} ndr_old_format_t;

#endif

