mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* Initial support for "sim list vif[01]"
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
#include "sky-device.h"
|
#include "sky-device.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* External functions */
|
/* External functions */
|
||||||
|
|
||||||
void pke0_attach(SIM_DESC sd);
|
void pke0_attach(SIM_DESC sd);
|
||||||
@ -20,6 +19,7 @@ void pke1_issue(SIM_DESC sd);
|
|||||||
struct pke_fifo;
|
struct pke_fifo;
|
||||||
struct fifo_quadword;
|
struct fifo_quadword;
|
||||||
|
|
||||||
|
struct fifo_quadword* pke_fifo_access(struct pke_fifo*, unsigned_4 qwnum);
|
||||||
|
|
||||||
/* Quadword data type */
|
/* Quadword data type */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user