md_u.h 671 B

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