mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
qemu-usb: minor documentation fixes
This commit is contained in:
@@ -115,7 +115,7 @@ namespace Qemu {
|
||||
*
|
||||
* \param tq Timer_queue instance provided by the user of the library
|
||||
* \param pd Pci_device instance provided by the user of the library
|
||||
* \param sr Signal_receiver used by the library to install signals
|
||||
* \param ep Entrypoint used by the library to install signals
|
||||
*
|
||||
* \return Pointer to Controller object that is used to access the xHCI device state
|
||||
*/
|
||||
|
||||
@@ -11,7 +11,7 @@ that handles access to the PCI bus (raise interrupts, (un)map DMA memory)
|
||||
within the VMM device model.
|
||||
|
||||
To use this library the user calls 'Qemu::usb_init' and passes
|
||||
pointers to the back end objects. In addition, a Signal_receiver
|
||||
pointers to the back end objects. In addition, an 'Entrypoint'
|
||||
reference has also to be handed over. It will receive all signals
|
||||
required by this library.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user