Macros for outputting kernel and user space diagnostics. More...
Defines | |
| #define | LOG_DIAG(diag) |
Macros for outputting kernel and user space diagnostics.
| #define LOG_DIAG | ( | diag | ) |
({ \
const char* fname = strrchr(__FILE__, '/'); \
\
sah_Log_Diag(fname ? fname+1 : __FILE__, __LINE__, diag); \
})
This macro logs diagnostic messages to stderr.
| diag | String that must be logged, char *. |
Referenced by fsl_shw_establish_key().
| © Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
|