1. NAME

adjust_resource - modify a resourceAqs start and size

2. SYNOPSIS

int adjust_resource(struct resource *  res , resource_size_t  start , resource_size_t  size );

3. ARGUMENTS

res
    resource to modify

start
    new start value

size
    new size

4. DESCRIPTION

Given an existing resource, change its start and size to match the arguments. Returns 0 on success, -EBUSY if it canAqt fit. Existing children of the resource are assumed to be immutable.

5. COPYRIGHT