M7350/kernel/drivers/crypto/caam/error.h

12 lines
257 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* CAAM Error Reporting code header
*
* Copyright 2009-2011 Freescale Semiconductor, Inc.
*/
#ifndef CAAM_ERROR_H
#define CAAM_ERROR_H
#define CAAM_ERROR_STR_MAX 302
2024-09-09 08:57:42 +00:00
void caam_jr_strstatus(struct device *jrdev, u32 status);
2024-09-09 08:52:07 +00:00
#endif /* CAAM_ERROR_H */