blob: cac5402a46ebab3d34a6a8c8a8a71e4ce645c66f [file] [log] [blame]
Alex Porosanu82c2f962012-07-11 11:06:11 +08001/*
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 Porosanu883619a2014-02-06 10:27:19 +020011int caam_get_era(void);
Alex Porosanu82c2f962012-07-11 11:06:11 +080012
13#endif /* CTRL_H */