On Fri, Jan 25, 2002 at 11:19:06AM -0700, Tom Bradley wrote: > This might be a little off topic, but where it the outb function? Is it built > into GCC? I don't see a definition in the kernel source, nothing in 'info > gcc' and 'man outb' says to look in 'man 9 outb' which I don't seem to have. > and can't find on the net. I know its just a wrapper function for the > assembly outb, but where does the C outb() come from? /usr/include/asm/io.h IIRC Note that this header isn't very clean since there are many defines and it's more prone to be fast than to be readable. regards, Salvatore -- Salvatore Sanfilippo <antirez@invece.org> http://www.kyuzz.org/antirez finger antirez@tella.alicom.com for PGP key 28 52 F5 4A 49 65 34 29 - 1D 1B F6 DA 24 C7 12 BF -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/