1. NAME

lookup_resource - find an existing resource by a resource start address

2. SYNOPSIS

struct resource * lookup_resource(struct resource *  root , resource_size_t  start );

3. ARGUMENTS

root
    root resource descriptor

start
    resource start address

4. DESCRIPTION

Returns a pointer to the resource if found, NULL otherwise

5. COPYRIGHT