]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/raid/md_u.h
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-bionic-kernel.git] / include / linux / raid / md_u.h
CommitLineData
1da177e4
LT
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*/
1da177e4
LT
14#ifndef _MD_U_H
15#define _MD_U_H
16
fc5a40a2 17#include <uapi/linux/raid/md_u.h>
1da177e4 18
8b2b5c21 19extern int mdp_major;
1da177e4 20#endif