repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
watchdog: pic32-dmt: Remove .owner field for driver
[linux/fpc-iii.git]
/
drivers
/
crypto
/
caam
/
error.h
blob
b6350b0d91539023d98064015ff1ff2dc3a2a5bf
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
void
caam_jr_strstatus
(
struct
device
*
jrdev
,
u32 status
);
11
#endif
/* CAAM_ERROR_H */