Revert "doc: rename register_io_emulation_handler"

This reverts commit 7e0204fa5d.
This commit is contained in:
Xie, nanlin 2019-01-17 18:52:19 +08:00 committed by Jack Ren
parent 4f91896961
commit 1f4eb7b431
2 changed files with 2 additions and 2 deletions

View File

@ -1104,7 +1104,7 @@ APIs to register its IO/MMIO range:
* - **API**
- **Description**
* - register_pio_emulation_handler
* - register_io_emulation_handler
- register an I/O emulation handler for a hypervisor emulated device
by specific I/O range

View File

@ -316,7 +316,7 @@ I/O bitmaps and register or unregister I/O handlers:
.. doxygenfunction:: allow_guest_pio_access
:project: Project ACRN
.. doxygenfunction:: register_pio_emulation_handler
.. doxygenfunction:: register_io_emulation_handler
:project: Project ACRN
.. doxygenfunction:: register_mmio_emulation_handler