table of contents
other versions
- jessie 3.16.56-1+deb8u1
INSERT_RESOURCE(9) | Hardware Interfaces | INSERT_RESOURCE(9) |
NAME¶
insert_resource - Inserts a resource in the resource treeSYNOPSIS¶
int
insert_resource(struct resource * parent,
struct resource * new);
ARGUMENTS¶
parentparent of the new resource
new
new resource to insert
DESCRIPTION¶
Returns 0 on success, -EBUSY if the resource can't be inserted.COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |