dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: "Sinclair Yeh" <syeh@vmware.com>
To: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>,
	Brian Paul <brianp@vmware.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 24/24] drm/vmwgfx: add extern C guard for the UAPI header
Date: Fri, 22 Apr 2016 10:40:53 -0700	[thread overview]
Message-ID: <20160422174053.GB8717@syeh-linux> (raw)
In-Reply-To: <1461267765-10785-25-git-send-email-emil.l.velikov@gmail.com>

Are these going to be ported over to corresponding files in libdrm?

Reviewed-by: Sinclair Yeh <syeh@vmware.com>

On Thu, Apr 21, 2016 at 08:42:45PM +0100, Emil Velikov wrote:
> Cc: Sinclair Yeh <syeh@vmware.com>
> Cc: Thomas Hellstrom <thellstrom@vmware.com>
> Cc: Brian Paul <brianp@vmware.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
>  include/uapi/drm/vmwgfx_drm.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/include/uapi/drm/vmwgfx_drm.h b/include/uapi/drm/vmwgfx_drm.h
> index 5b68b4d..d325a41 100644
> --- a/include/uapi/drm/vmwgfx_drm.h
> +++ b/include/uapi/drm/vmwgfx_drm.h
> @@ -30,6 +30,10 @@
>  
>  #include "drm.h"
>  
> +#if defined(__cplusplus)
> +extern "C" {
> +#endif
> +
>  #define DRM_VMW_MAX_SURFACE_FACES 6
>  #define DRM_VMW_MAX_MIP_LEVELS 24
>  
> @@ -1087,4 +1091,9 @@ union drm_vmw_extended_context_arg {
>  	enum drm_vmw_extended_context req;
>  	struct drm_vmw_context_arg rep;
>  };
> +
> +#if defined(__cplusplus)
> +}
> +#endif
> +
>  #endif
> -- 
> 2.6.2
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

       reply	other threads:[~2016-04-22 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1461267765-10785-1-git-send-email-emil.l.velikov@gmail.com>
     [not found] ` <1461267765-10785-25-git-send-email-emil.l.velikov@gmail.com>
2016-04-22 17:40   ` Sinclair Yeh [this message]
2016-04-21 20:17 [PATCH 00/24] drm: add extern C guard for the UAPI headers Emil Velikov
2016-04-21 20:17 ` [PATCH 24/24] drm/vmwgfx: add extern C guard for the UAPI header Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160422174053.GB8717@syeh-linux \
    --to=syeh@vmware.com \
    --cc=brianp@vmware.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=thellstrom@vmware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).