summaryrefslogtreecommitdiff
path: root/include/trng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trng.h')
-rw-r--r--include/trng.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/trng.h b/include/trng.h
index cea4555b41..bc59425eab 100644
--- a/include/trng.h
+++ b/include/trng.h
@@ -17,16 +17,6 @@
void init_trng(void);
/**
- * Shutdown the true random number generator.
- *
- * The opposite operation of init_trng(), disable the hardware resources
- * used by the TRNG to save power.
- *
- * Not supported by all platforms.
- **/
-void exit_trng(void);
-
-/**
* Retrieve a 32 bit random value.
*
* Not supported on all platforms.