summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/inst_rng.h
blob: 66f098d949201c0d03700551b2c583e4b6e44d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * CAAM Private/internal definitions between modules
 *
 * Copyright 2017-2018 NXP
 */

#ifndef INST_RNG_H
#define INST_RNG_H

#include <linux/platform_device.h>

#define ENT_DELAY_STEP	(400)
int inst_rng_imx(struct platform_device *pdev);

int deinst_rng(struct platform_device *pdev);

#endif /* INST_RNG_H */