summaryrefslogtreecommitdiffstats
path: root/include/sys/io.h
Commit message (Collapse)AuthorAgeFilesLines
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-19/+20
|
* Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III2001-06-171-0/+11
| | | | | | | | | 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.
* This had some nasty x86 asm inlines it. Throw them away.Eric Andersen2000-10-261-144/+14
|
* Support even more syscalls.Eric Andersen2000-10-241-0/+178
-Erik