big header clean-up

This commit is contained in:
albert
2002-12-09 07:00:07 +00:00
parent 4382008ad0
commit 5087f3dbf6
23 changed files with 150 additions and 53 deletions

View File

@@ -1,8 +1,10 @@
#ifndef SYSINFO_H
#define SYSINFO_H
#ifndef PROC_SYSINFO_H
#define PROC_SYSINFO_H
#include "procps.h"
EXTERN_C_BEGIN
extern unsigned long long Hertz; /* clock tick frequency */
extern long smp_num_cpus; /* number of CPUs */
@@ -77,4 +79,5 @@ extern unsigned vm_allocstall;
extern void vminfo(void);
EXTERN_C_END
#endif /* SYSINFO_H */