Hi, I have device driver modules which are not compiled-in, but loaded at system startup. One module must have access to the devices of the other module. This second module is a standard qspi driver which I don't want to modify. So I open a qspi devices via sys_open and then tried to access it with sys_read, sys_write and sys_ioctl. sys_open, sys_close and sys_read are no problem, sys_write and sys_ioctl are not exported and the linker doesn't find them. What must I do? My system is: distribution 20070130 (2.6.19 kernel) platform m68knommu
Bernd _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
