Re: [Emc-developers] "jepler/rtos-uspace": a new POSIX realtime branch

2015-01-27 Thread Bence Kovács
Hi Jeff, I have been trying to modify our pci driver to run on userspace too. I prefixed the necessary pci functions with "rtapi_" as you suggested in a previous email e.g. rtapi_pci_get_device. However, these functions are undeclared in the rtapi header files in the 2.7 branch. I only found them

Re: [Emc-developers] "jepler/rtos-uspace": a new POSIX realtime branch

2015-01-27 Thread Sebastian Kuzminsky
On 1/27/15 8:23 AM, Bence Kovács wrote: > I have been trying to modify our pci driver to run on userspace too. > I prefixed the necessary pci functions with "rtapi_" as you suggested in a > previous email e.g. rtapi_pci_get_device. However, these functions are > undeclared in the rtapi header files