summaryrefslogtreecommitdiff
path: root/include/sys/io.h
AgeCommit message (Collapse)Author
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
and to better support each arch. This is a really big patch... -Erik
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-06-17Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III
glibc-2.2.2 actually defines static inline versions for i386, but only provides prototypes for externs for the other archs I looked at. Since uClibc shares this header amongst archs, I stashed the inline defs in bits/io_i386.h and included it when __i386__ was defined. Better solutions are most welcome, but it doesn't clutter sys/io.h too badly and now lilo and the pcmcia tools build against uClibc on i386 without modification.
2000-10-26This had some nasty x86 asm inlines it. Throw them away.Eric Andersen
2000-10-24Support even more syscalls.Eric Andersen
-Erik