/* IBM_PROLOG_BEGIN_TAG                                                   */
/* This is an automatically generated prolog.                             */
/*                                                                        */
/* bos720 src/bos/usr/bin/sysdumpdev/dumpfmt/unpack.h.S 1.1               */
/*                                                                        */
/* Licensed Materials - Property of IBM                                   */
/*                                                                        */
/* Restricted Materials of IBM                                            */
/*                                                                        */
/* COPYRIGHT International Business Machines Corp. 1996                   */
/* All Rights Reserved                                                    */
/*                                                                        */
/* US Government Users Restricted Rights - Use, duplication or            */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      */
/*                                                                        */
/* IBM_PROLOG_END_TAG                                                     */
#ifndef _h_UNPACK
#define _h_UNPACK

/* @(#)70	1.1  src/bos/usr/bin/sysdumpdev/dumpfmt/unpack.h.S, cmdcrash, bos720 1/11/96 14:48:34 */
/*
 * COMPONENT_NAME: (CMDCRASH)
 *
 * FUNCTIONS:  unpack external definitions.
 *
 * ORIGINS: 27
 *
 * (C) COPYRIGHT International Business Machines Corp. 1996
 * All Rights Reserved
 * Licensed Materials - Property of IBM
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 */

extern ulong unpack(int mem, int index, struct cdt *c, char *ubuf);
extern int get_cdt(int mem, struct cdt *c,int len);

#endif /* _h_UNPACK */
