1
2
3
4
5
6
7
8
9
10
11
12
/* 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
於是可以不回頭的逆風飛翔 不怕心頭有雨 眼底有霜