table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DECLARE_COMPLETION(9) | Driver Basics | DECLARE_COMPLETION(9) |
NAME¶
DECLARE_COMPLETION - declare and initialize a completion structureSYNOPSIS¶
DECLARE_COMPLETION(work);
ARGUMENTS¶
workidentifier for the completion structure
DESCRIPTION¶
This macro declares and initializes a completion structure. Generally used for static declarations. You should use the _ONSTACK variant for automatic variables.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |