1/* 2 md_u.h : user <=> kernel API between Linux raidtools and RAID drivers 3 Copyright (C) 1998 Ingo Molnar 4 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by 7 the Free Software Foundation; either version 2, or (at your option) 8 any later version. 9 10 You should have received a copy of the GNU General Public License 11 (for example /usr/src/linux/COPYING); if not, write to the Free 12 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 13*/ 14#ifndef _MD_U_H 15#define _MD_U_H 16 17#include <uapi/linux/raid/md_u.h> 18 19extern int mdp_major; 20#endif 21