root/include/linux/raid/md_u.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-or-later */
   2 /*
   3    md_u.h : user <=> kernel API between Linux raidtools and RAID drivers
   4           Copyright (C) 1998 Ingo Molnar
   5           
   6 */
   7 #ifndef _MD_U_H
   8 #define _MD_U_H
   9 
  10 #include <uapi/linux/raid/md_u.h>
  11 
  12 extern int mdp_major;
  13 #endif 

/* [<][>][^][v][top][bottom][index][help] */