also conform to standard style
This commit is contained in:
parent
8ae488d659
commit
172b2ced90
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: ansi.h,v 1.6 1994/04/10 02:06:32 chopps Exp $
|
||||
* $Id: ansi.h,v 1.7 1994/04/10 02:28:14 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_ANSI_H
|
||||
#define _MACHINE_ANSI_H
|
||||
#ifndef _MACHINE_ANSI_H_
|
||||
#define _MACHINE_ANSI_H_
|
||||
|
||||
#include <m68k/ansi.h>
|
||||
|
||||
|
@ -24,10 +24,10 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: aout_machdep.h,v 1.6 1994/04/10 02:06:39 chopps Exp $
|
||||
* $Id: aout_machdep.h,v 1.7 1994/04/10 02:28:24 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_EXEC_H
|
||||
#define _MACHINE_EXEC_H
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 8192
|
||||
|
||||
@ -45,4 +45,4 @@ struct relocation_info_m68k {
|
||||
};
|
||||
#define relocation_info relocation_info_m68k
|
||||
|
||||
#endif /* _MACHINE_EXEC_H */
|
||||
#endif /* _MACHINE_EXEC_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: asm.h,v 1.2 1994/04/10 02:06:33 chopps Exp $
|
||||
* $Id: asm.h,v 1.3 1994/04/10 02:28:16 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_ASM_H
|
||||
#define _MACHINE_ASM_H
|
||||
#ifndef _MACHINE_ASM_H_
|
||||
#define _MACHINE_ASM_H_
|
||||
|
||||
#include <m68k/asm.h>
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: cpu.h 1.16 91/03/25$
|
||||
*
|
||||
* @(#)cpu.h 7.7 (Berkeley) 6/27/91
|
||||
* $Id: cpu.h,v 1.8 1994/04/10 02:06:34 chopps Exp $
|
||||
* $Id: cpu.h,v 1.9 1994/04/10 02:28:17 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_CPU_H
|
||||
#define _MACHINE_CPU_H
|
||||
#ifndef _MACHINE_CPU_H_
|
||||
#define _MACHINE_CPU_H_
|
||||
|
||||
/*
|
||||
* Exported definitions unique to amiga/68k cpu support.
|
||||
@ -280,4 +280,4 @@ extern int machineid, mmutype, cpu040;
|
||||
#define CACHE40_ON (IC40_ENABLE|DC40_ENABLE)
|
||||
#define CACHE40_OFF 0x00000000
|
||||
|
||||
#endif /* !_MACHINE_CPU_H */
|
||||
#endif /* !_MACHINE_CPU_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* Functions to provide access to special cpu instructions.
|
||||
*
|
||||
* $Id: cpufunc.h,v 1.5 1994/04/10 02:06:35 chopps Exp $
|
||||
* $Id: cpufunc.h,v 1.6 1994/04/10 02:28:19 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_CPUFUNC_H
|
||||
#define _MACHINE_CPUFUNC_H
|
||||
#endif /* !_MACHINE_CPUFUNC_H */
|
||||
#ifndef _MACHINE_CPUFUNC_H_
|
||||
#define _MACHINE_CPUFUNC_H_
|
||||
#endif /* !_MACHINE_CPUFUNC_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: db_machdep.h,v 1.2 1994/04/10 02:06:37 chopps Exp $
|
||||
* $Id: db_machdep.h,v 1.3 1994/04/10 02:28:20 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_DB_MACHDEP_H
|
||||
#define _MACHINE_DB_MACHDEP_H
|
||||
#ifndef _MACHINE_DB_MACHDEP_H_
|
||||
#define _MACHINE_DB_MACHDEP_H_
|
||||
|
||||
#include <m68k/db_machdep.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: endian.h,v 1.5 1994/04/10 02:06:38 chopps Exp $
|
||||
* $Id: endian.h,v 1.6 1994/04/10 02:28:22 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_ENDIAN_H
|
||||
#define _MACHINE_ENDIAN_H
|
||||
#ifndef _MACHINE_ENDIAN_H_
|
||||
#define _MACHINE_ENDIAN_H_
|
||||
|
||||
#include <m68k/endian.h>
|
||||
|
||||
|
@ -24,10 +24,10 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: exec.h,v 1.6 1994/04/10 02:06:39 chopps Exp $
|
||||
* $Id: exec.h,v 1.7 1994/04/10 02:28:24 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_EXEC_H
|
||||
#define _MACHINE_EXEC_H
|
||||
#ifndef _MACHINE_EXEC_H_
|
||||
#define _MACHINE_EXEC_H_
|
||||
|
||||
#define __LDPGSZ 8192
|
||||
|
||||
@ -45,4 +45,4 @@ struct relocation_info_m68k {
|
||||
};
|
||||
#define relocation_info relocation_info_m68k
|
||||
|
||||
#endif /* _MACHINE_EXEC_H */
|
||||
#endif /* _MACHINE_EXEC_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: float.h,v 1.6 1994/04/10 02:06:39 chopps Exp $
|
||||
* $Id: float.h,v 1.7 1994/04/10 02:28:24 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_FLOAT_H
|
||||
#define _MACHINE_FLOAT_H
|
||||
#ifndef _MACHINE_FLOAT_H_
|
||||
#define _MACHINE_FLOAT_H_
|
||||
|
||||
#include <m68k/float.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: frame.h,v 1.5 1994/04/10 02:06:41 chopps Exp $
|
||||
* $Id: frame.h,v 1.6 1994/04/10 02:28:25 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_FRAME_H
|
||||
#define _MACHINE_FRAME_H
|
||||
#ifndef _MACHINE_FRAME_H_
|
||||
#define _MACHINE_FRAME_H_
|
||||
|
||||
#include <m68k/frame.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: limits.h,v 1.6 1994/04/10 02:06:42 chopps Exp $
|
||||
* $Id: limits.h,v 1.7 1994/04/10 02:28:26 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_LIMITS_H
|
||||
#define _MACHINE_LIMITS_H
|
||||
#ifndef _MACHINE_LIMITS_H_
|
||||
#define _MACHINE_LIMITS_H_
|
||||
|
||||
#include <m68k/limits.h>
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: mtpr.h 1.1 90/07/09$
|
||||
*
|
||||
* @(#)mtpr.h 7.2 (Berkeley) 11/3/90
|
||||
* $Id: mtpr.h,v 1.5 1994/04/10 02:06:43 chopps Exp $
|
||||
* $Id: mtpr.h,v 1.6 1994/04/10 02:28:27 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_MPTR_H
|
||||
#define _MACHINE_MPTR_H
|
||||
#ifndef _MACHINE_MPTR_H_
|
||||
#define _MACHINE_MPTR_H_
|
||||
|
||||
/*
|
||||
* simulated software interrupt register
|
||||
@ -56,4 +56,4 @@ extern unsigned char ssir;
|
||||
#define setsoftnet() ssir |= SIR_NET
|
||||
#define setsoftclock() ssir |= SIR_CLOCK
|
||||
|
||||
#endif /* !_MACHINE_MPTR_H */
|
||||
#endif /* !_MACHINE_MPTR_H_ */
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: machparam.h 1.11 89/08/14$
|
||||
*
|
||||
* @(#)param.h 7.8 (Berkeley) 6/28/91
|
||||
* $Id: param.h,v 1.9 1994/04/10 02:06:44 chopps Exp $
|
||||
* $Id: param.h,v 1.10 1994/04/10 02:28:28 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PARAM_H
|
||||
#define _MACHINE_PARAM_H
|
||||
#ifndef _MACHINE_PARAM_H_
|
||||
#define _MACHINE_PARAM_H_
|
||||
|
||||
/*
|
||||
* Machine dependent constants for amiga
|
||||
@ -210,4 +210,4 @@ extern int DELAY __P((int count));
|
||||
#define DELAY(n) { register int N = (n); while (--N > 0); }
|
||||
#endif
|
||||
|
||||
#endif /* !_MACHINE_PARAM_H */
|
||||
#endif /* !_MACHINE_PARAM_H_ */
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: pcb.h 1.13 89/04/23$
|
||||
*
|
||||
* @(#)pcb.h 7.4 (Berkeley) 5/4/91
|
||||
* $Id: pcb.h,v 1.5 1994/04/10 02:06:45 chopps Exp $
|
||||
* $Id: pcb.h,v 1.6 1994/04/10 02:28:29 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PCB_H
|
||||
#define _MACHINE_PCB_H
|
||||
#ifndef _MACHINE_PCB_H_
|
||||
#define _MACHINE_PCB_H_
|
||||
|
||||
#include <machine/frame.h>
|
||||
|
||||
@ -63,4 +63,4 @@ struct pcb
|
||||
|
||||
/* flags (none currently used) */
|
||||
|
||||
#endif /* !_MACHINE_PCB_H */
|
||||
#endif /* !_MACHINE_PCB_H_ */
|
||||
|
@ -36,10 +36,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)pmap.h 7.6 (Berkeley) 5/10/91
|
||||
* $Id: pmap.h,v 1.6 1994/04/10 02:06:45 chopps Exp $
|
||||
* $Id: pmap.h,v 1.7 1994/04/10 02:28:30 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PMAP_H
|
||||
#define _MACHINE_PMAP_H
|
||||
#ifndef _MACHINE_PMAP_H_
|
||||
#define _MACHINE_PMAP_H_
|
||||
|
||||
#define AMIGA_PAGE_SIZE NBPG
|
||||
#define AMIGA_SEG_SIZE NBSEG
|
||||
@ -107,4 +107,4 @@ extern struct pte *Sysmap;
|
||||
extern char *vmmap; /* map for mem, dumps, etc. */
|
||||
#endif KERNEL
|
||||
|
||||
#endif /* !_MACHINE_PMAP_H */
|
||||
#endif /* !_MACHINE_PMAP_H_ */
|
||||
|
@ -31,10 +31,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)proc.h 7.1 (Berkeley) 5/15/91
|
||||
* $Id: proc.h,v 1.7 1994/04/10 02:06:46 chopps Exp $
|
||||
* $Id: proc.h,v 1.8 1994/04/10 02:28:31 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PROC_H
|
||||
#define _MACHINE_PROC_H
|
||||
#ifndef _MACHINE_PROC_H_
|
||||
#define _MACHINE_PROC_H_
|
||||
|
||||
/*
|
||||
* Machine-dependent part of the proc structure for amiga.
|
||||
@ -51,4 +51,4 @@ struct mdproc {
|
||||
#define MDP_STACKADJ 0x0002 /* frame SP adjusted, might have to
|
||||
undo when system call returns
|
||||
ERESTART. */
|
||||
#endif /* !_MACHINE_PROC_H */
|
||||
#endif /* !_MACHINE_PROC_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: psl.h,v 1.5 1994/04/10 02:06:47 chopps Exp $
|
||||
* $Id: psl.h,v 1.6 1994/04/10 02:28:32 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PSL_H
|
||||
#define _MACHINE_PSL_H
|
||||
#ifndef _MACHINE_PSL_H_
|
||||
#define _MACHINE_PSL_H_
|
||||
|
||||
#include <m68k/psl.h>
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: pte.h 1.11 89/09/03$
|
||||
*
|
||||
* @(#)pte.h 7.3 (Berkeley) 5/8/91
|
||||
* $Id: pte.h,v 1.3 1994/04/10 02:06:48 chopps Exp $
|
||||
* $Id: pte.h,v 1.4 1994/04/10 02:28:33 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PTE_H
|
||||
#define _MACHINE_PTE_H
|
||||
#ifndef _MACHINE_PTE_H_
|
||||
#define _MACHINE_PTE_H_
|
||||
|
||||
/*
|
||||
* AMIGA hardware segment/page table entries
|
||||
@ -128,4 +128,4 @@ typedef struct pte pt_entry_t; /* Mach page table entry */
|
||||
((kvtopte(va)->pg_pfnum << PGSHIFT) | ((int)(va) & PGOFSET))
|
||||
|
||||
|
||||
#endif /* !_MACHINE_PTE_H */
|
||||
#endif /* !_MACHINE_PTE_H_ */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: ptrace.h,v 1.2 1994/04/10 02:06:49 chopps Exp $
|
||||
* $Id: ptrace.h,v 1.3 1994/04/10 02:28:34 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_PTRACE_H
|
||||
#define _MACHINE_PTRACE_H
|
||||
#ifndef _MACHINE_PTRACE_H_
|
||||
#define _MACHINE_PTRACE_H_
|
||||
|
||||
#include <m68k/ptrace.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: reg.h,v 1.9 1994/04/10 02:06:50 chopps Exp $
|
||||
* $Id: reg.h,v 1.10 1994/04/10 02:28:35 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_REG_H
|
||||
#define _MACHINE_REG_H
|
||||
#ifndef _MACHINE_REG_H_
|
||||
#define _MACHINE_REG_H_
|
||||
|
||||
#include <m68k/reg.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: signal.h,v 1.3 1994/04/10 02:06:51 chopps Exp $
|
||||
* $Id: signal.h,v 1.4 1994/04/10 02:28:36 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_SIGNAL_H
|
||||
#define _MACHINE_SIGNAL_H
|
||||
#ifndef _MACHINE_SIGNAL_H_
|
||||
#define _MACHINE_SIGNAL_H_
|
||||
|
||||
#include <m68k/signal.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: stdarg.h,v 1.5 1994/04/10 02:06:52 chopps Exp $
|
||||
* $Id: stdarg.h,v 1.6 1994/04/10 02:28:37 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_STDARG_H
|
||||
#define _MACHINE_STDARG_H
|
||||
#ifndef _MACHINE_STDARG_H_
|
||||
#define _MACHINE_STDARG_H_
|
||||
|
||||
#include <m68k/stdarg.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: trap.h,v 1.5 1994/04/10 02:06:53 chopps Exp $
|
||||
* $Id: trap.h,v 1.6 1994/04/10 02:28:38 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_TRAP_H
|
||||
#define _MACHINE_TRAP_H
|
||||
#ifndef _MACHINE_TRAP_H_
|
||||
#define _MACHINE_TRAP_H_
|
||||
|
||||
#include <m68k/trap.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: types.h,v 1.5 1994/04/10 02:06:55 chopps Exp $
|
||||
* $Id: types.h,v 1.6 1994/04/10 02:28:39 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_TYPES_H
|
||||
#define _MACHINE_TYPES_H
|
||||
#ifndef _MACHINE_TYPES_H_
|
||||
#define _MACHINE_TYPES_H_
|
||||
|
||||
#include <m68k/types.h>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* $Id: varargs.h,v 1.2 1994/04/10 02:06:55 chopps Exp $
|
||||
* $Id: varargs.h,v 1.3 1994/04/10 02:28:40 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_VARARGS_H
|
||||
#define _MACHINE_VARARGS_H
|
||||
#ifndef _MACHINE_VARARGS_H_
|
||||
#define _MACHINE_VARARGS_H_
|
||||
|
||||
#include <m68k/varargs.h>
|
||||
|
||||
|
@ -38,10 +38,10 @@
|
||||
* from: Utah $Hdr: vmparam.h 1.16 91/01/18$
|
||||
*
|
||||
* @(#)vmparam.h 7.3 (Berkeley) 5/7/91
|
||||
* $Id: vmparam.h,v 1.8 1994/04/10 02:06:56 chopps Exp $
|
||||
* $Id: vmparam.h,v 1.9 1994/04/10 02:28:41 chopps Exp $
|
||||
*/
|
||||
#ifndef _MACHINE_VMPARAM_H
|
||||
#define _MACHINE_VMPARAM_H
|
||||
#ifndef _MACHINE_VMPARAM_H_
|
||||
#define _MACHINE_VMPARAM_H_
|
||||
|
||||
#include <machine/pte.h>
|
||||
|
||||
@ -245,4 +245,4 @@
|
||||
/* pcb base */
|
||||
#define pcbb(p) ((u_int)(p)->p_addr)
|
||||
|
||||
#endif /* !_MACHINE_VMPARAM_H */
|
||||
#endif /* !_MACHINE_VMPARAM_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user