linux/drivers/crypto/intel/qat/qat_common/adf_pm_dbgfs.c

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright(c) 2023 Intel Corporation */
#include <linux/debugfs.h>
#include <linux/fs.h>
#include <linux/kernel.h>

#include "adf_accel_devices.h"
#include "adf_pm_dbgfs.h"

static ssize_t pm_status_read(struct file *f, char __user *buf, size_t count,
			      loff_t *pos)
{}

static const struct file_operations pm_status_fops =;

void adf_pm_dbgfs_add(struct adf_accel_dev *accel_dev)
{}

void adf_pm_dbgfs_rm(struct adf_accel_dev *accel_dev)
{}