diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-10-23 22:39:19 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2010-10-23 22:39:19 +0200 |
commit | 703a7540f500974a9e5bebdfbcbd5a6bd7c553b3 (patch) | |
tree | 47f06889767bf7c8383099d71499b19dc2342200 | |
parent | 2a0f24569247734c89cc4d1997366f3ee9d0e7cb (diff) |
Add prototype for discover_x86_cpu_type
* i386/i386at/model_dep.c (discover_x86_cpu_type): Add prototype.
-rw-r--r-- | i386/i386at/model_dep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index dcf506d..953bcdc 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -128,6 +128,8 @@ extern void setup_main(); void halt_all_cpus (boolean_t reboot) __attribute__ ((noreturn)); void halt_cpu (void) __attribute__ ((noreturn)); +int discover_x86_cpu_type (void); + void inittodr(); /* forward */ int rebootflag = 0; /* exported to kdintr */ |