forked from luck/tmp_suning_uos_patched
af1a8899d2
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 or at your option any later version you should have received a copy of the gnu general public license for example usr src linux copying if not write to the free software foundation inc 675 mass ave cambridge ma 02139 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 20 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190520170858.552543146@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14 lines
270 B
C
14 lines
270 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
md_u.h : user <=> kernel API between Linux raidtools and RAID drivers
|
|
Copyright (C) 1998 Ingo Molnar
|
|
|
|
*/
|
|
#ifndef _MD_U_H
|
|
#define _MD_U_H
|
|
|
|
#include <uapi/linux/raid/md_u.h>
|
|
|
|
extern int mdp_major;
|
|
#endif
|