The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame^] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | **************************************************************************** |
| 11 | ****************************************************************************/ |
| 12 | #ifndef _MD_H |
| 13 | #define _MD_H |
| 14 | |
| 15 | #include <linux/blkdev.h> |
| 16 | #include <asm/semaphore.h> |
| 17 | #include <linux/major.h> |
| 18 | #include <linux/ioctl.h> |
| 19 | #include <linux/types.h> |
| 20 | #include <linux/bitops.h> |
| 21 | #include <linux/module.h> |
| 22 | #include <linux/hdreg.h> |
| 23 | #include <linux/proc_fs.h> |
| 24 | #include <linux/seq_file.h> |
| 25 | #include <linux/smp_lock.h> |
| 26 | #include <linux/delay.h> |
| 27 | #include <net/checksum.h> |
| 28 | #include <linux/random.h> |
| 29 | #include <linux/kernel_stat.h> |
| 30 | #include <asm/io.h> |
| 31 | #include <linux/completion.h> |
| 32 | #include <linux/mempool.h> |
| 33 | #include <linux/list.h> |
| 34 | #include <linux/reboot.h> |
| 35 | #include <linux/vmalloc.h> |
| 36 | #include <linux/blkpg.h> |
| 37 | #include <linux/bio.h> |
| 38 | |
| 39 | #include <linux/raid/md_p.h> |
| 40 | #include <linux/raid/md_u.h> |
| 41 | #include <linux/raid/md_k.h> |
| 42 | |
| 43 | #define MD_MAJOR_VERSION 0 |
| 44 | #define MD_MINOR_VERSION 90 |
| 45 | |
| 46 | #define MD_PATCHLEVEL_VERSION 3 |
| 47 | |
| 48 | #endif |
| 49 | |