Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #ifndef _MD_U_H |
| 15 | #define _MD_U_H |
| 16 | |
David Howells | fc5a40a | 2012-10-09 09:49:02 +0100 | [diff] [blame] | 17 | #include <uapi/linux/raid/md_u.h> |
NeilBrown | 9202295 | 2009-03-31 14:33:13 +1100 | [diff] [blame] | 18 | |
NeilBrown | 8b2b5c2 | 2009-03-31 14:27:03 +1100 | [diff] [blame] | 19 | extern int mdp_major; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #endif |