blob: 358c04bfbe2ad31c691ac07e87b5988395f2c2f3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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 Torvalds1da177e2005-04-16 15:20:36 -070014#ifndef _MD_U_H
15#define _MD_U_H
16
David Howellsfc5a40a2012-10-09 09:49:02 +010017#include <uapi/linux/raid/md_u.h>
NeilBrown92022952009-03-31 14:33:13 +110018
NeilBrown8b2b5c22009-03-31 14:27:03 +110019extern int mdp_major;
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#endif