1. NAME

insert_resource_expand_to_fit - Insert a resource into the resource tree

2. SYNOPSIS

void insert_resource_expand_to_fit(struct resource *  root , struct resource *  new );

3. ARGUMENTS

root
    root resource descriptor

new
    new resource to insert

4. DESCRIPTION

Insert a resource into the resource tree, possibly expanding it in order to make it encompass any conflicting resources.

5. COPYRIGHT