DECLARE_COMPLETION
Section: Driver Basics (9)
Updated: February 2011
Index
Return to Main Contents
NAME
DECLARE_COMPLETION - declare and initialize a completion structure
SYNOPSIS
-
DECLARE_COMPLETION(work);
ARGUMENTS
work
-
- identifier 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