int rsrc_alloc_mem(ulong start, ulong len)
Try to allocate a memory resource range.
void rsrc_dealloc_ports(ulong port, ulong n)
Release an I/O port resource range which has been allocated before.
void rsrc_dealloc_mem(ulong start, ulong len)
Release a memory resource range which has been allocated before.
int rsrc_alloc_ports(ulong port, ulong n)
Try to allocate an I/O port resource range.