On Sun, 24 Feb 2002, David Stroupe wrote: > I have created a driver for a custom board. This driver exports the > functions that I need to access from my user programs to control the > card. How do I declare and call this driver function within my user > code so that it will call the device driver function? Usually done with an ioctl (Check out many of the character drivers for example), you oughta send these kinda questions to the kernelnewbies list though (CCd) Zwane -- 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/