Sign in
android-kvm
/
linux
/
cd7fa3e1b0bc9c210eba23edbe8d6884f0368281
/
.
/
drivers
/
gpu
/
drm
/
ast
/
ast_ddc.h
blob: 85c93edc9ae122223a5dddbb71d69b4c37938760 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
#ifndef
__AST_DDC_H__
#define
__AST_DDC_H__
struct
ast_device
;
struct
i2c_adapter
;
struct
i2c_adapter
*
ast_ddc_create
(
struct
ast_device
*
ast
);
#endif