|
@@ -131,13 +131,6 @@ I2CBus *aux_get_i2c_bus(AUXBus *bus);
|
|
|
*/
|
|
|
void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);
|
|
|
|
|
|
-/* aux_create_slave: Create a new device on an AUX bus
|
|
|
- *
|
|
|
- * @bus The AUX bus for the new device.
|
|
|
- * @name The type of the device to be created.
|
|
|
- */
|
|
|
-DeviceState *aux_create_slave(AUXBus *bus, const char *name);
|
|
|
-
|
|
|
/* aux_map_slave: Map the mmio for an AUX slave on the bus.
|
|
|
*
|
|
|
* @dev The AUX slave.
|