]> Git Repo - linux.git/blob - drivers/gpu/drm/ast/ast_ddc.h
Merge tag 'linux-watchdog-6.14-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux.git] / drivers / gpu / drm / ast / ast_ddc.h
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
This page took 0.030294 seconds and 4 git commands to generate.