Is there any special reason that user space and kernel drivers don't share the same header files for IOCTL numbers and structures? I'm working on the radeon ones and the structures match between the two sets of header files but there are spelling and capitalization variations. For example:
History. All of those structures used to be in OS-specific directories, so there was a desire to keep OS-dependent and OS-independent files separate. Someone asked about this a few months ago, and I believe that the concensus was that it would be okay to just use the files in os-support/shared/drm.
Here's the old thread:
http://marc.theaimsgroup.com/?l=dri-devel&m=104740473802117&w=2
I guess nobody got excited enough to actually make the changes.
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
