commit | c60ce623bd16137627009d05e311d877729f2ad6 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@linux.ie> | Wed Jul 11 15:27:12 2007 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Wed Jul 11 15:27:12 2007 +1000 |
tree | 4d06337a217ccc6c21f8ad96c3b342a1e9452057 | |
parent | c6c656b4b6ddfc964f1a43394bf86bc76c5e8119 [diff] |
drm: remove a bunch of typedefs on the userspace interface This moves a bunch of typedefs into a !defined __KERNEL__ to keep userspace API compatiblity, it changes all internal usages to structs/enum/unions. Signed-off-by: Dave Airlie <airlied@linux.ie>