mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 23:52:53 +03:00
The userptr_t is now the fundamental type that gets used for conversions. For example, virt_to_phys() is implemented in terms of virt_to_user() and user_to_phys().