Made all header files idempotent and moved incorrect common data from
authorGarrett Wollman <wollman@FreeBSD.org>
Sun, 7 Nov 1993 17:43:17 +0000 (17:43 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Sun, 7 Nov 1993 17:43:17 +0000 (17:43 +0000)
commit126bd3099409ccb5b8a09ceaac8397772d84ea7e
tree0a93b180a55f81cd772f0136d20fdd7283bc6dbc
parent02eb88dbc8cb80fc5a3b351e4dba6b297f952d59
Made all header files idempotent and moved incorrect common data from
headers into a related source file.  Added cons.h as first step towards
moving i386/i386/cons.h to machine/cons.h where it belongs.
27 files changed:
sys/i386/include/cons.h [new file with mode: 0644]
sys/i386/include/cpu.h
sys/i386/include/cpufunc.h
sys/i386/include/cputypes.h
sys/i386/include/db_machdep.h
sys/i386/include/dkio.h
sys/i386/include/endian.h
sys/i386/include/float.h
sys/i386/include/floatingpoint.h
sys/i386/include/frame.h
sys/i386/include/limits.h
sys/i386/include/param.h
sys/i386/include/pcb.h
sys/i386/include/pio.h
sys/i386/include/pmap.h
sys/i386/include/proc.h
sys/i386/include/psl.h
sys/i386/include/pte.h
sys/i386/include/reg.h
sys/i386/include/segments.h
sys/i386/include/soundcard.h
sys/i386/include/specialreg.h
sys/i386/include/stdarg.h
sys/i386/include/sysarch.h
sys/i386/include/trap.h
sys/i386/include/tss.h
sys/i386/include/vmparam.h