Find an existing resource by a resource start address
struct resource * lookup_resource(struct resource * root, resource_size_t start);
root
root resource descriptor
start
resource start address
Returns a pointer to the resource if found, NULL otherwise