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