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
/
ctrl.h
blob
cac5402a46ebab3d34a6a8c8a8a71e4ce645c66f
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 */