mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-25 01:58:13 +01:00 
			
		
		
		
	Add random number generation APIs to the HTML documentation. Fix style issues. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
		
			
				
	
	
		
			18 lines
		
	
	
		
			355 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			355 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. SPDX-License-Identifier: GPL-2.0+
 | |
| .. Copyright (c) 2018 Heinrich Schuchardt
 | |
| 
 | |
| Random number generation
 | |
| ========================
 | |
| 
 | |
| Hardware random number generation
 | |
| ---------------------------------
 | |
| 
 | |
| .. kernel-doc:: include/rng.h
 | |
|    :internal:
 | |
| 
 | |
| Pseudo random number generation
 | |
| -------------------------------
 | |
| 
 | |
| .. kernel-doc:: include/rand.h
 | |
|    :internal:
 |