UACPI: Difference between revisions

260 bytes added ,  2 months ago
no edit summary
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 101:
return -ENODEV;
}
 
/*
* That's it, uACPI is now fully initialized and working! You can proceed to
* using any public API at your discretion. The next recommended step is namespace
* enumeration and device discovery so you can bind drivers to ACPI objects.
*/
return 0;
}
Anonymous user