mesa-drm/include
Daniel Kurtz 0f4452bb51 libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
The following minor changes were needed to these headers:
 * Convert // comments to /* */
 * No , after final member of enum

With these changes, these header files can be included by a program that
is built with gcc options:
  -std=c89 -Werror -pedantic

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
2013-09-22 13:30:46 -07:00
..
drm libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic 2013-09-22 13:30:46 -07:00
Makefile.am Install kernel headers in ${includedir}/drm 2009-11-20 19:46:34 -05:00