projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'v4.4/topic/ro-vdso' into linux-linaro-lsk-v4.4
[firefly-linux-kernel-4.4.55.git]
/
drivers
/
crypto
/
caam
/
ctrl.h
1
/*
2
* CAAM control-plane driver backend public-level include definitions
3
*
4
* Copyright 2012 Freescale Semiconductor, Inc.
5
*/
6
7
#ifndef CTRL_H
8
#define CTRL_H
9
10
/* Prototypes for backend-level services exposed to APIs */
11
int caam_get_era(void);
12
13
#endif /* CTRL_H */