Alex Porosanu | 82c2f96 | 2012-07-11 11:06:11 +0800 | [diff] [blame] | 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 */ | ||||
Alex Porosanu | 883619a | 2014-02-06 10:27:19 +0200 | [diff] [blame] | 11 | int caam_get_era(void); |
Alex Porosanu | 82c2f96 | 2012-07-11 11:06:11 +0800 | [diff] [blame] | 12 | |
13 | #endif /* CTRL_H */ |