ipr_decode.h 475 Bytes
/*
 * Copyright (C) 1998 by the Board of Trustees
 *    of Leland Stanford Junior University.
 * Copyright (C) 1998 Digital Equipment Corporation
 *
 * This file is part of the SimOS distribution.
 * See LICENSE file for terms of the license.
 *
 */



#ifndef IPR_DECODE_H 
#define IPR_DECODE_H

extern void InitIPRNames(void);
extern char *GetIPRName(int);
extern char *GetRegName(int);
extern char *GetFPRegName(int);
extern Reg EV5_GetIPR(int cpunum, int index);

#endif