brintos

brintos / linux-shallow public Read only

0
0
Text · 674 B · cd5a293 Raw
23 lines · c
1/*2 * Copyright (c) 2014-2016, Intel Corporation.3 *4 * This program is free software; you can redistribute it and/or modify it5 * under the terms and conditions of the GNU Lesser General Public License,6 * version 2.1, as published by the Free Software Foundation.7 *8 * This program is distributed in the hope it will be useful, but WITHOUT ANY9 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS10 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for11 * more details.12 */13#ifndef _LINUX_NDCTL_H14#define _LINUX_NDCTL_H15 16#include <uapi/linux/ndctl.h>17 18enum {19	ND_MIN_NAMESPACE_SIZE = PAGE_SIZE,20};21 22#endif /* _LINUX_NDCTL_H */23