Commit 81dda387 authored by Emil Velikov's avatar Emil Velikov

drm/sis: add extern C guard for the UAPI header

Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent ea526b7f
......@@ -29,6 +29,10 @@
#include "drm.h"
#if defined(__cplusplus)
extern "C" {
#endif
/* SiS specific ioctls */
#define NOT_USED_0_3
#define DRM_SIS_FB_ALLOC 0x04
......@@ -66,4 +70,8 @@ typedef struct {
unsigned long offset, size;
} drm_sis_fb_t;
#if defined(__cplusplus)
}
#endif
#endif /* __SIS_DRM_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment