mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
qemu-usb: minor documentation fixes
This commit is contained in:
parent
4e4b95bfe3
commit
82a9582dd7
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user