brintos

brintos / linux-shallow public Read only

0
0
Text · 301 B · a112091 Raw
14 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2023 Intel Corporation4 */5 6#ifndef __INTEL_DISPLAY_DEBUGFS_PARAMS__7#define __INTEL_DISPLAY_DEBUGFS_PARAMS__8 9struct intel_display;10 11void intel_display_debugfs_params(struct intel_display *display);12 13#endif /* __INTEL_DISPLAY_DEBUGFS_PARAMS__ */14