Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (c) 2014-2016, Intel Corporation.
0003  *
0004  * This program is free software; you can redistribute it and/or modify it
0005  * under the terms and conditions of the GNU Lesser General Public License,
0006  * version 2.1, as published by the Free Software Foundation.
0007  *
0008  * This program is distributed in the hope it will be useful, but WITHOUT ANY
0009  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
0010  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
0011  * more details.
0012  */
0013 #ifndef _LINUX_NDCTL_H
0014 #define _LINUX_NDCTL_H
0015 
0016 #include <uapi/linux/ndctl.h>
0017 
0018 enum {
0019     ND_MIN_NAMESPACE_SIZE = PAGE_SIZE,
0020 };
0021 
0022 #endif /* _LINUX_NDCTL_H */