ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
cebix
/
mon
/
src
/
mon_ppc.h
Revision:
1.1
Committed:
1999-10-04T19:31:09Z
(25 years, 2 months ago) by
cebix
Content type:
text/plain
Branch:
MAIN
Branch point for:
cebix
Log Message:
Initial revision
File Contents
#
User
Rev
Content
1
cebix
1.1
/*
2
* mon_ppc.h - PowerPC disassembler
3
*
4
* (C) 1997-1999 Christian Bauer
5
*/
6
7
#ifndef _MON_PPC_H_
8
#define _MON_PPC_H_
9
10
extern void disass_ppc(FILE *f, unsigned int adr, unsigned int w);
11
12
#endif