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__ */
|