Function uacpi_object_create_reference
uacpi_object* uacpi_object_create_reference(uacpi_object* child)
Description
Create a reference object and make it point to 'child'.
NOTE: child's reference count is incremented by one. Client code must remove all of the locally created references at its own discretion.