search for: drm_mga_getparam

Displaying 5 results from an estimated 5 matches for "drm_mga_getparam".

Did you mean: drm_mga_getparam_t
2016 Apr 21
0
[PATCH 08/24] drm/mga: add extern C guard for the UAPI header
...b/include/uapi/drm/mga_drm.h @@ -37,6 +37,10 @@ #include "drm.h" +#if defined(__cplusplus) +extern "C" { +#endif + /* WARNING: If you change any of these defines, make sure to change the * defines in the Xserver file (mga_sarea.h) */ @@ -416,4 +420,8 @@ typedef struct drm_mga_getparam { void __user *value; } drm_mga_getparam_t; +#if defined(__cplusplus) +} +#endif + #endif -- 2.6.2
2016 Apr 21
25
[PATCH 00/24] drm: add extern C guard for the UAPI headers
Hi all, As some of you may know there some subtle distinction between C and C++ structs, thus one should wrap/annotate them roughly like below. ... #if defined(__cplusplus) extern "C" { #endif struct foo { int bar; ... }; ... #if defined(__cplusplus) } #endif In order to work around the lack of these users can wrap the header inclusion in the same way. For example:
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/mga_drm.h +++ b/include/uapi/drm/mga_drm.h @@ -32,8 +32,8 @@ * Gareth Hughes <gareth at valinux.com> */ -#ifndef __MGA_DRM_H__ -#define __MGA_DRM_H__ +#ifndef _UAPI_DRM_MGA_DRM_H +#define _UAPI_DRM_MGA_DRM_H #include <drm/drm.h> @@ -416,4 +416,4 @@ typedef struct drm_mga_getparam { void __user *value; } drm_mga_getparam_t; -#endif +#endif /* _UAPI_DRM_MGA_DRM_H */ diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h index 2a5769f..de1db59 100644 --- a/include/uapi/drm/nouveau_drm.h +++ b/include/uapi/drm/nouveau_drm.h @@ -22,8 +22,8 @@ * OTHER...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/mga_drm.h +++ b/include/uapi/drm/mga_drm.h @@ -32,8 +32,8 @@ * Gareth Hughes <gareth at valinux.com> */ -#ifndef __MGA_DRM_H__ -#define __MGA_DRM_H__ +#ifndef _UAPI_DRM_MGA_DRM_H +#define _UAPI_DRM_MGA_DRM_H #include <drm/drm.h> @@ -416,4 +416,4 @@ typedef struct drm_mga_getparam { void __user *value; } drm_mga_getparam_t; -#endif +#endif /* _UAPI_DRM_MGA_DRM_H */ diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h index 2a5769f..de1db59 100644 --- a/include/uapi/drm/nouveau_drm.h +++ b/include/uapi/drm/nouveau_drm.h @@ -22,8 +22,8 @@ * OTHER...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
.../uapi/drm/mga_drm.h +++ b/include/uapi/drm/mga_drm.h @@ -32,8 +32,8 @@ * Gareth Hughes <gareth at valinux.com> */ -#ifndef __MGA_DRM_H__ -#define __MGA_DRM_H__ +#ifndef _UAPI_DRM_MGA_DRM_H +#define _UAPI_DRM_MGA_DRM_H #include <drm/drm.h> @@ -416,4 +416,4 @@ typedef struct drm_mga_getparam { void __user *value; } drm_mga_getparam_t; -#endif +#endif /* _UAPI_DRM_MGA_DRM_H */ diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h index 2a5769f..de1db59 100644 --- a/include/uapi/drm/nouveau_drm.h +++ b/include/uapi/drm/nouveau_drm.h @@ -22,8 +22,8 @@ * OTHER...