xref: /linux/include/linux/ndctl.h (revision 3eb66e91a25497065c5322b1268cbc3953642227)
1*f366d322SDavid Howells /*
2*f366d322SDavid Howells  * Copyright (c) 2014-2016, Intel Corporation.
3*f366d322SDavid Howells  *
4*f366d322SDavid Howells  * This program is free software; you can redistribute it and/or modify it
5*f366d322SDavid Howells  * under the terms and conditions of the GNU Lesser General Public License,
6*f366d322SDavid Howells  * version 2.1, as published by the Free Software Foundation.
7*f366d322SDavid Howells  *
8*f366d322SDavid Howells  * This program is distributed in the hope it will be useful, but WITHOUT ANY
9*f366d322SDavid Howells  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10*f366d322SDavid Howells  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
11*f366d322SDavid Howells  * more details.
12*f366d322SDavid Howells  */
13*f366d322SDavid Howells #ifndef _LINUX_NDCTL_H
14*f366d322SDavid Howells #define _LINUX_NDCTL_H
15*f366d322SDavid Howells 
16*f366d322SDavid Howells #include <uapi/linux/ndctl.h>
17*f366d322SDavid Howells 
18*f366d322SDavid Howells enum {
19*f366d322SDavid Howells 	ND_MIN_NAMESPACE_SIZE = PAGE_SIZE,
20*f366d322SDavid Howells };
21*f366d322SDavid Howells 
22*f366d322SDavid Howells #endif /* _LINUX_NDCTL_H */
23