Rev 422 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
422 | giacomo | 1 | /* |
2 | * Copyright (C) 2003 Sistina Software (UK) Limited. |
||
3 | * |
||
4 | * This file is released under the LGPL. |
||
5 | */ |
||
6 | |||
7 | #ifndef _LINUX_DM_IOCTL_H |
||
8 | #define _LINUX_DM_IOCTL_H |
||
9 | |||
10 | #include <linux/config.h> |
||
11 | |||
12 | #ifdef CONFIG_DM_IOCTL_V4 |
||
13 | #include "dm-ioctl-v4.h" |
||
14 | #else |
||
15 | #include "dm-ioctl-v1.h" |
||
16 | #endif |
||
17 | |||
18 | #endif |