Linux-6.18.2/drivers/gpu/drm/ast/ast_ddc.h
2025-12-23 20:06:59 +08:00

12 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