linux/drivers/scsi/scsi_sysctl.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2003 Christoph Hellwig.
 */

#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/sysctl.h>

#include "scsi_logging.h"
#include "scsi_priv.h"


static struct ctl_table scsi_table[] =;

static struct ctl_table_header *scsi_table_header;

int __init scsi_init_sysctl(void)
{}

void scsi_exit_sysctl(void)
{}