replace common qcom sources with samsung ones
This commit is contained in:
13
qcom/opensource/display-intf/common/Fence.h
Normal file
13
qcom/opensource/display-intf/common/Fence.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
#ifndef __COMMON_FENCE_H__
|
||||
#define __COMMON_FENCE_H__
|
||||
|
||||
#include <memory>
|
||||
|
||||
typedef struct vendor_qti_hardware_display_common_Fence {
|
||||
int fence_fd;
|
||||
} vendor_qti_hardware_display_common_Fence;
|
||||
|
||||
#endif // __COMMON_FENCE_H__
|
Reference in New Issue
Block a user