brintos

brintos / linux-shallow public Read only

0
0
Text · 284 B · 3415ad3 Raw
15 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2023 Intel Corporation4 */5 6#ifndef DEBUGFS_GSC_UC_H7#define DEBUGFS_GSC_UC_H8 9struct intel_gsc_uc;10struct dentry;11 12void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc, struct dentry *root);13 14#endif /* DEBUGFS_GSC_UC_H */15