Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2023 Intel Corporation
 */

#ifndef DEBUGFS_GSC_UC_H
#define DEBUGFS_GSC_UC_H

struct intel_gsc_uc;
struct dentry;

void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc, struct dentry *root);

#endif /* DEBUGFS_GSC_UC_H */