winsys/amdgpu/addrlib: do not wrap header inclusion in extern "C"

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Emil Velikov 2015-11-24 16:29:28 +00:00 committed by Emil Velikov
parent a07192bd63
commit 3ffab9a89c
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@
#ifndef __ADDR_INTERFACE_H__
#define __ADDR_INTERFACE_H__
#include "addrtypes.h"
#if defined(__cplusplus)
extern "C"
{
#endif
#include "addrtypes.h"
#define ADDRLIB_VERSION_MAJOR 5
#define ADDRLIB_VERSION_MINOR 25
#define ADDRLIB_VERSION ((ADDRLIB_VERSION_MAJOR << 16) | ADDRLIB_VERSION_MINOR)