linux/drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_debugfs.c

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

#include <drm/drm_print.h>

#include "gt/intel_gt.h"
#include "gt/intel_gt_debugfs.h"
#include "gt/intel_gt_print.h"
#include "intel_gsc_uc.h"
#include "intel_gsc_uc_debugfs.h"
#include "i915_drv.h"

static int gsc_info_show(struct seq_file *m, void *data)
{}
DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE();

void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc_uc, struct dentry *root)
{}