Revert submission 317006
Reason for revert: for applying tizen_9.0's code
Reverted changes: /gerrit/q/submissionid:317006
Change-Id: I023e5568d635c1246cd73cd27054aa8b229c5886
#ifndef __HAL_TBM_INTERFACE_1__
#define __HAL_TBM_INTERFACE_1__
-#include <hal-tbm-types.h>
-
#ifdef __cplusplus
extern "C" {
#endif
+#include <hal-tbm-types.h>
+
typedef struct _hal_tbm_backend_data hal_tbm_backend_data;
typedef struct _hal_tbm_bufmgr_funcs hal_tbm_bufmgr_funcs;
#ifndef __HAL_TBM__
#define __HAL_TBM__
-#include <hal-tbm-interface.h>
-
#ifdef __cplusplus
extern "C" {
#endif
+#include <hal-tbm-types.h>
+
/**
* @file hal-tbm.h
* @brief This file contains the Tizen TBM HAL interface API, related structures and enumerations.
#include <hal-common.h>
#include "common.h"
#include "hal-tbm.h"
+#include "hal-tbm-interface.h"
#if defined(__GNUC__) && __GNUC__ >= 4
#define EXTERN __attribute__ ((visibility("default")))