Kim Phillips | 8e8ec59 | 2011-03-13 16:54:26 +0800 | [diff] [blame] | 1 | /* |
2 | * CAAM Error Reporting code header | ||||
3 | * | ||||
4 | * Copyright 2009-2011 Freescale Semiconductor, Inc. | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef CAAM_ERROR_H | ||||
8 | #define CAAM_ERROR_H | ||||
Kim Phillips | de2954d | 2011-05-02 18:29:17 -0500 | [diff] [blame] | 9 | #define CAAM_ERROR_STR_MAX 302 |
Kim Phillips | 8e8ec59 | 2011-03-13 16:54:26 +0800 | [diff] [blame] | 10 | extern char *caam_jr_strstatus(char *outstr, u32 status); |
11 | #endif /* CAAM_ERROR_H */ |