table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
February 2017 | Kernel Hackers Manual 3.16 |