swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: d45331b00ddb179e291766617259261c112db872 authored by Linus Torvalds on 11 August 2019, 20:26:41 UTC
Linux 5.3-rc4
Tip revision: d45331b
md_u.h
/* 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 
back to top