NetBSD/sys/arch/pc532/include
bouyer dc306354b0 Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
1999-01-15 13:31:15 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
ansi.h Provide definitions for intptr_t and uintptr_t, signed resp. unsigned integral 1998-04-27 17:39:10 +00:00
aout_machdep.h Assign my copyrights to TNF. 1998-09-05 15:20:47 +00:00
asm.h Argh, fix the ANSI CPP version of the a.out WARN_REFERENCES(). 1998-12-02 21:16:46 +00:00
autoconf.h use locator defines in "locators.h" to index cf_loc[] 1997-07-17 02:01:26 +00:00
bswap.h Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
byte_swap.h Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
cdefs.h Add empty definition of __warn_references for lint. 1998-10-07 08:54:59 +00:00
conf.h Add scsibus entry points to the cdevsw[]. 1998-10-10 02:00:49 +00:00
cpu.h Changes to support fork_kthread(): 1998-11-11 06:43:49 +00:00
cpufunc.h * Add a comment describing movs[bdw]nu. 1997-04-21 16:16:31 +00:00
db_machdep.h Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
disklabel.h move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS. 1994-10-14 18:26:22 +00:00
endian.h Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
float.h Minor changes to make all the float.h files match. 1998-02-18 11:01:27 +00:00
fpu.h Initial check-in of the ieee fp support for the pc532. 1996-04-04 06:36:03 +00:00
frame.h cpu_switch is called with an argument. Reflect this in the switchframe. 1998-04-11 17:30:40 +00:00
icu.h * Remove IEDGE and IPLOARITY. These constants are no longer in use. 1997-03-20 12:02:40 +00:00
ieeefp.h Initial check-in of the ieee fp support for the pc532. 1996-04-04 06:36:03 +00:00
jmpbuf.h new RCS ID format. 1994-10-26 08:23:50 +00:00
kcore.h Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
limits.h _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
mtpr.h new RCS ID format. 1994-10-26 08:23:50 +00:00
param.h Pull in opt_gateway.h as appropriate. 1998-04-29 23:11:00 +00:00
pcb.h Switch the pc532 to MACHINE_NEW_NONCONTIG and add machine specific bits 1998-03-18 21:59:38 +00:00
pmap.h Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
pmap.new.h Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
proc.h Initial check-in of the ieee fp support for the pc532. 1996-04-04 06:36:03 +00:00
profile.h asm -> __asm__, inline -> __inline 1997-11-05 04:16:06 +00:00
psl.h int -> long in a structure. 1997-11-13 20:57:31 +00:00
pte.h Import from i386 because it contains a nice explanation of our MMU. 1998-03-18 21:52:02 +00:00
ptrace.h Work towards getting gdb working by Craig Ruff. 1995-07-28 08:00:17 +00:00
reg.h Initial check-in of the ieee fp support for the pc532. 1996-04-04 06:36:03 +00:00
setjmp.h Need 13 longs for jmp_buf now; 128-bit signal mask. 1998-09-16 23:13:57 +00:00
signal.h Use __LIBC12_SOURCE__, not __LIBC12_SOURCE :-) 1998-10-01 21:16:06 +00:00
stdarg.h Delint. 1998-07-27 13:55:32 +00:00
trap.h Protect all defines in this file with #ifdef _KERNEL. At least the 1999-01-15 07:42:48 +00:00
types.h Get rid of vm_offset_t/vm_size_t. Resolve conflicts in pmap.new.[ch] after 1998-09-02 19:17:12 +00:00
varargs.h Make the type of __builtin_va_list a long. 1995-12-26 01:16:24 +00:00
vmparam.h Support BUFCACHE option (stolen from i386). 1999-01-15 07:43:48 +00:00