Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/drivers/crypto/caam/error.h
15109 views
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
9
#define CAAM_ERROR_STR_MAX 302
10
extern char *caam_jr_strstatus(char *outstr, u32 status);
11
#endif /* CAAM_ERROR_H */
12
13