summaryrefslogtreecommitdiff
path: root/x86info.h
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-02 18:51:06 -0400
committerDave Jones <davej@redhat.com>2008-07-02 18:51:06 -0400
commit35b5c1e172a25cd8a84e6591d1b4bc031dcd42ac (patch)
tree43a3e2e8ee64d7dae7b21db22ce5456962c21039 /x86info.h
parent934f16797db84fafab61c65b00c03ac6deabe855 (diff)
Kill some of the simpler ->info routines
Diffstat (limited to 'x86info.h')
-rw-r--r--x86info.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/x86info.h b/x86info.h
index 4fd7740..fe8da06 100644
--- a/x86info.h
+++ b/x86info.h
@@ -112,17 +112,14 @@ extern void Identify_AMD (struct cpudata *cpu);
extern void Identify_Cyrix (struct cpudata *cpu);
extern void identify_centaur(struct cpudata *cpu);
extern void Identify_Intel (struct cpudata *cpu);
-extern void Identify_RiSE (struct cpudata *cpu);
-extern void Identify_NatSemi (struct cpudata *cpu);
-extern void Identify_SiS (struct cpudata *cpu);
+extern void identify_RiSE(struct cpudata *cpu);
+extern void identify_natsemi(struct cpudata *cpu);
+extern void identify_sis(struct cpudata *cpu);
extern void display_AMD_info(struct cpudata *cpu);
extern void display_Cyrix_info(struct cpudata *cpu);
extern void display_centaur_info(struct cpudata *cpu);
extern void display_Intel_info(struct cpudata *cpu);
-extern void display_NatSemi_info(struct cpudata *cpu);
-extern void display_RiSE_info(struct cpudata *cpu);
-extern void display_SiS_info(struct cpudata *cpu);
extern void get_feature_flags(struct cpudata *cpu);
extern void show_feature_flags(struct cpudata *cpu);