diff options
author | Ron Unrau <runrau@cygnus> | 1998-05-24 13:06:09 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-05-24 13:06:09 +0000 |
commit | aa81c3ca9905bce9ae34908f82cc81961227a512 (patch) | |
tree | fa41ba4ec67869d2d0e71af841ed8b926d004fe8 /sim/mips | |
parent | be5f18e14031b39d0e15f3b284b56a7b8a4a9e59 (diff) | |
download | gdb-aa81c3ca9905bce9ae34908f82cc81961227a512.zip gdb-aa81c3ca9905bce9ae34908f82cc81961227a512.tar.gz gdb-aa81c3ca9905bce9ae34908f82cc81961227a512.tar.bz2 |
* Initial support for "sim list vif[01]"
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/sky-pke.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/sky-pke.h b/sim/mips/sky-pke.h index 2e44ed4..728b12b 100644 --- a/sim/mips/sky-pke.h +++ b/sim/mips/sky-pke.h @@ -7,7 +7,6 @@ #include "sky-device.h" - /* External functions */ void pke0_attach(SIM_DESC sd); @@ -20,6 +19,7 @@ void pke1_issue(SIM_DESC sd); struct pke_fifo; struct fifo_quadword; +struct fifo_quadword* pke_fifo_access(struct pke_fifo*, unsigned_4 qwnum); /* Quadword data type */ |