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