Defines | |
#define | OS_DEV_INIT_DCL(function_name) |
#define | OS_DEV_SHUTDOWN_DCL(function_name) |
#define | OS_DEV_OPEN_DCL(function_name) |
#define | OS_DEV_IOCTL_DCL(function_name) |
#define | OS_DEV_READ_DCL(function_name) |
#define | OS_DEV_WRITE_DCL(function_name) |
#define | OS_DEV_MMAP_DCL(function_name) |
#define | OS_DEV_CLOSE_DCL(function_name) |
#define | OS_DEV_ISR_DCL(function_name) |
#define | OS_DEV_TASK_DCL(function_name) |
#define OS_DEV_CLOSE_DCL | ( | function_name | ) |
Declare prototype for the close function
function_name | The name of the driver close() function |
#define OS_DEV_INIT_DCL | ( | function_name | ) |
Declare prototype for the device initialization function
function_name | The name of the portable initialization function. |
#define OS_DEV_IOCTL_DCL | ( | function_name | ) |
Declare prototype for the user's ioctl() request function
function_name | The name of the driver ioctl() function |
#define OS_DEV_ISR_DCL | ( | function_name | ) |
Declare prototype for the interrupt handling function
function_name | The name of the driver ISR function |
#define OS_DEV_MMAP_DCL | ( | function_name | ) |
Declare prototype for the user's mmap() request function
function_name | The name of the driver mmap() function |
#define OS_DEV_OPEN_DCL | ( | function_name | ) |
Declare prototype for the open() function.
function_name | The name of the driver open() function |
#define OS_DEV_READ_DCL | ( | function_name | ) |
Declare prototype for the function a user's read() request
function_name | The name of the driver read() function |
#define OS_DEV_SHUTDOWN_DCL | ( | function_name | ) |
Declare prototype for the device shutdown function
function_name | The name of the portable driver shutdown routine. |
#define OS_DEV_TASK_DCL | ( | function_name | ) |
Declare prototype for a background task / bottom half function
function_name | The name of this background task function |
#define OS_DEV_WRITE_DCL | ( | function_name | ) |
Declare prototype for the user's write() request function
function_name | The name of the driver write() function |
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |