xref: /linux/drivers/gpu/drm/ast/ast_ddc.h (revision e23d9c0b5266e083a654b62756ede0dd5bf1ac3d)
1 /* SPDX-License-Identifier: MIT */
2 
3 #ifndef __AST_DDC_H__
4 #define __AST_DDC_H__
5 
6 struct ast_device;
7 struct i2c_adapter;
8 
9 struct i2c_adapter *ast_ddc_create(struct ast_device *ast);
10 
11 #endif
12