Re: [Xenomai-core] RTDM problems with structures in headers

2007-05-04 Thread Jan Kiszka
NZG wrote: Background - I'm developing an rtdm for some simple io inside a PLD. This io is detected by a standard linux driver and used to register kobject classes in the main driver. This in turn results in the registration of a named rtdm driver with the same

Re: [Xenomai-core] RTDM problems with structures in headers

2007-05-04 Thread NZG
Not claiming that I fully understood your problem yet - code talks: From your recommendation think you got the jist of it. here's the problematic parts: /** * gpio class structure */ typedef struct gpio_s{ const char *name; int subclass; void *ddr;