NetBSD/sys/arch/m68k/include
thorpej 658ce85446 Add several useful macros:
- ENTRY_NOPROFILE() and ASENTRY_NOPROFILE(), similar to ENTRY() and
  ASENTRY(), but without the profiling prologue.
- GLOBAL()/ASGLOBAL() and LOCAL()/ASLOCAL(), for defining global and
  local variables with C and ASM labels.
- BSS()/ASBSS(), for defining items in the BSS segment, with C or
  ASM labels.
- PANIC("panic message") - shorthand for calling panic() from assembly code.
- VECTOR(), ASVECTOR(), VECTOR_UNUSED - shorthand for defining entries
  in the vector table.
Also, change RCSID() to pad out the string to even boundary.
1997-04-24 22:49:39 +00:00
..
ansi.h Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
aout_machdep.h Garbage-collect some things no longer needed since there are no longer 1997-04-09 23:34:29 +00:00
asm.h Add several useful macros: 1997-04-24 22:49:39 +00:00
asm_single.h Add macro's that do bclr/bset in a single instruction. 1996-09-16 06:03:58 +00:00
cdefs.h
cpu.h Prototype regdump(). 1997-04-09 19:21:06 +00:00
db_machdep.h Remove some unnecessary <vm/*> headers. Have to keep <vm/vm_param.h>, 1997-02-18 22:29:58 +00:00
endian.h use in_addr_t and in_port_t 1996-10-13 02:59:54 +00:00
float.h
frame.h Protect this agains multiple includes so it can be included by db_machdep.h 1997-01-27 22:58:45 +00:00
ieee.h PowerPC port 1996-09-30 16:34:14 +00:00
ieeefp.h
kcore.h New kcore.h for m68k, includes all possible m68k formats in a self-describing 1997-04-09 19:25:00 +00:00
limits.h
m68k.h Prototype regdump(). 1997-04-09 19:21:06 +00:00
pcb.h Need a common <m68k/pcb.h> for gdb. 1997-03-31 21:32:26 +00:00
profile.h Turn the 'extern' definition of mcount() into a full prototype. 1997-04-08 20:39:01 +00:00
psl.h
ptrace.h
reg.h Add prototypes for process_read_regs, etc. (fix warnings) 1996-12-17 19:24:31 +00:00
setjmp.h
signal.h
stdarg.h
sysctl.h CTL_MACHDEP definitions. (Common to all m68k ports.) 1996-12-17 19:26:51 +00:00
trap.h
types.h
varargs.h