table of contents
other versions
- wheezy 3.2.78-1
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¶
March 2016 | Kernel Hackers Manual 3.2. |