Re: Using IPCSysV in a device driver

2001-03-03 Thread Dan Maas
> I am wondering if it is permitted to use message queues between a user > application and a device driver module... > Can anyone help me? It may be theoretically possible, but an easier and much more common approach to this type of thing is for the driver to export an mmap() interface. You could

Using IPCSysV in a device driver

2001-03-02 Thread Nathalie Barat
I am wondering if it is permitted to use message queues between a user application and a device driver module... Can anyone help me? Thank you Nathalie Barat Please CC to me... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTEC