error.h 461 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * CAAM Error Reporting code header
  4. *
  5. * Copyright 2009-2011 Freescale Semiconductor, Inc.
  6. */
  7. #ifndef CAAM_ERROR_H
  8. #define CAAM_ERROR_H
  9. #define CAAM_ERROR_STR_MAX 302
  10. void caam_jr_strstatus(struct device *jrdev, u32 status);
  11. void caam_dump_sg(const char *level, const char *prefix_str, int prefix_type,
  12. int rowsize, int groupsize, struct scatterlist *sg,
  13. size_t tlen, bool ascii);
  14. #endif /* CAAM_ERROR_H */