blob: b6350b0d91539023d98064015ff1ff2dc3a2a5bf [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
Marek Vasutfa9659c2014-04-24 20:05:12 +020010void caam_jr_strstatus(struct device *jrdev, u32 status);
Kim Phillips8e8ec592011-03-13 16:54:26 +080011#endif /* CAAM_ERROR_H */