repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: perf: Add support for 64-bit perf counters.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
crypto
/
caam
/
error.h
blob
02c7baa1748e44ed7da80074ba34bcb86d8e60c8
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 */