summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/inst_rng.h
blob: e0477262fe2a952c19b7415aa01912fa6e981f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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 */