 3c6274b8be
			
		
	
	
		3c6274b8be
		
	
	
	
	
		
			
			- when /proc/cpuinfo is read procfs retrievs information about cpus from the kernel, formats it and prints it
		
			
				
	
	
		
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			119 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __PROCFS_CPUINFO_H__
 | |
| #define __PROCFS_CPUINFO_H__
 | |
| 
 | |
| void root_cpuinfo(void);
 | |
| 
 | |
| #endif /* __PROCFS_CPUINFO_H__ */
 |