Declare "extern int bootverbose", so that device-drivers and others

easily can find it.
This commit is contained in:
Poul-Henning Kamp 1994-11-26 09:27:58 +00:00
parent 424183f2a4
commit 0a6a925d04
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
* $Id: cpu.h,v 1.15 1994/10/18 03:37:31 ache Exp $
* $Id: cpu.h,v 1.16 1994/11/05 22:44:34 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@ -124,6 +124,7 @@ struct cpu_nameclass {
}
#ifdef KERNEL
extern int bootverbose;
extern int cpu;
extern int cpu_class;
extern struct cpu_nameclass i386_cpus[];

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
* $Id: cpu.h,v 1.15 1994/10/18 03:37:31 ache Exp $
* $Id: cpu.h,v 1.16 1994/11/05 22:44:34 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@ -124,6 +124,7 @@ struct cpu_nameclass {
}
#ifdef KERNEL
extern int bootverbose;
extern int cpu;
extern int cpu_class;
extern struct cpu_nameclass i386_cpus[];