error.h 257 B

1234567891011
  1. /*
  2. * CAAM Error Reporting code header
  3. *
  4. * Copyright 2009-2011 Freescale Semiconductor, Inc.
  5. */
  6. #ifndef CAAM_ERROR_H
  7. #define CAAM_ERROR_H
  8. #define CAAM_ERROR_STR_MAX 302
  9. void caam_jr_strstatus(struct device *jrdev, u32 status);
  10. #endif /* CAAM_ERROR_H */