mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
54bd40dae9
PD#SWPL-82197 Problem: no drm driver support Solution: add drm driver support Verify: ap222 Change-Id: I331a75afe6087278ebf9de27ae36a346539d09a8 Signed-off-by: yujun.zhang <yujun.zhang@amlogic.com>
14 lines
257 B
C
14 lines
257 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2021 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef MESON_DEBUGFS_H
|
|
#define MESON_DEBUGFS_H
|
|
#include "meson_hdmi.h"
|
|
|
|
extern bool attr_force_debugfs;
|
|
extern char attr_debugfs[16];
|
|
|
|
#endif
|