blob: 02c7baa1748e44ed7da80074ba34bcb86d8e60c8 [file] [log] [blame]
Kim Phillips8e8ec592011-03-13 16:54:26 +08001/*
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 Phillipsde2954d2011-05-02 18:29:17 -05009#define CAAM_ERROR_STR_MAX 302
Kim Phillips8e8ec592011-03-13 16:54:26 +080010extern char *caam_jr_strstatus(char *outstr, u32 status);
11#endif /* CAAM_ERROR_H */