replace common qcom sources with samsung ones
This commit is contained in:
15
qcom/opensource/display-intf/common/KeyValuePair.h
Normal file
15
qcom/opensource/display-intf/common/KeyValuePair.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
// SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
#ifndef __COMMON_KEYVALUEPAIR_H__
|
||||
#define __COMMON_KEYVALUEPAIR_H__
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
typedef struct vendor_qti_hardware_display_common_KeyValuePair {
|
||||
char key[256];
|
||||
uint64_t value;
|
||||
} vendor_qti_hardware_display_common_KeyValuePair;
|
||||
|
||||
#endif // __COMMON_KEYVALUEPAIR_H__
|
Reference in New Issue
Block a user