1
0
Fork 0
android_kernel_rockchip_tart/drivers/gpu/drm/ast/ast_ddc.h
2025-06-27 00:32:42 -05:00

11 lines
189 B
C

/* 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