Thomas Gleixner | af1a889 | 2019-05-20 19:08:12 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | md_u.h : user <=> kernel API between Linux raidtools and RAID drivers |
| 4 | Copyright (C) 1998 Ingo Molnar |
| 5 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #ifndef _MD_U_H |
| 8 | #define _MD_U_H |
| 9 | |
David Howells | fc5a40a | 2012-10-09 09:49:02 +0100 | [diff] [blame] | 10 | #include <uapi/linux/raid/md_u.h> |
NeilBrown | 9202295 | 2009-03-31 14:33:13 +1100 | [diff] [blame] | 11 | |
NeilBrown | 8b2b5c2 | 2009-03-31 14:27:03 +1100 | [diff] [blame] | 12 | extern int mdp_major; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #endif |