gbm: do not wrap header inclusion in extern "C"
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
9f06e7f5c1
commit
750da80b34
@@ -28,16 +28,16 @@
|
|||||||
#ifndef _GBM_H_
|
#ifndef _GBM_H_
|
||||||
#define _GBM_H_
|
#define _GBM_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define __GBM__ 1
|
#define __GBM__ 1
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file gbm.h
|
* \file gbm.h
|
||||||
* \brief Generic Buffer Manager
|
* \brief Generic Buffer Manager
|
||||||
|
Reference in New Issue
Block a user