<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p><font size="2"><span style="font-size:10pt;"> amdgpu/amdgpu.h | 8 ++++++++<br>
 1 file changed, 8 insertions(+)<br>
<br>
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h<br>
index fdea905..1901fa8 100644<br>
--- a/amdgpu/amdgpu.h<br>
+++ b/amdgpu/amdgpu.h<br>
@@ -30,20 +30,24 @@<br>
  * User wanted to use libdrm_amdgpu functionality must include<br>
  * this file.<br>
  *<br>
  */<br>
 #ifndef _AMDGPU_H_<br>
 #define _AMDGPU_H_<br>
 <br>
 #include <stdint.h><br>
 #include <stdbool.h><br>
 <br>
+#ifdef __cplusplus<br>
+extern "C" {<br>
+#endif<br>
+<br>
 struct drm_amdgpu_info_hw_ip;<br>
 <br>
 /*--------------------------------------------------------------------------*/<br>
 /* --------------------------- Defines ------------------------------------ */<br>
 /*--------------------------------------------------------------------------*/<br>
 <br>
 /**<br>
  * Define max. number of Command Buffers (IB) which could be sent to the single<br>
  * hardware IP to accommodate CE/DE requirements<br>
  *<br>
@@ -1317,11 +1321,15 @@ int amdgpu_cs_destroy_semaphore(amdgpu_semaphore_handle sem);<br>
 /**<br>
  *  Get the ASIC marketing name<br>
  *<br>
  * \param   dev         - \c [in] Device handle. See #amdgpu_device_initialize()<br>
  *<br>
  * \return  the constant string of the marketing name<br>
  *          "NULL" means the ASIC is not found<br>
 */<br>
 const char *amdgpu_get_marketing_name(amdgpu_device_handle dev);<br>
 <br>
+#ifdef __cplusplus<br>
+}<br>
+#endif<br>
+<br>
 #endif /* #ifdef _AMDGPU_H_ */<br>
-- <br>
2.9.3</span></font></p>
<div style="color: rgb(0, 0, 0);"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
<span>Reviewed by: Alex Xie <AlexBin.Xie@amd.com></span><br>
<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>