| /* 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 |