mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
SSP bus framework
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
1de9610c8f
commit
90d37239d4
4 changed files with 95 additions and 1 deletions
|
@ -183,6 +183,7 @@ typedef struct MouseTransformInfo MouseTransformInfo;
|
|||
typedef struct uWireSlave uWireSlave;
|
||||
typedef struct I2SCodec I2SCodec;
|
||||
typedef struct DeviceState DeviceState;
|
||||
typedef struct SSIBus SSIBus;
|
||||
|
||||
/* CPU save/load. */
|
||||
void cpu_save(QEMUFile *f, void *opaque);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue