summaryrefslogtreecommitdiffstats
path: root/include/linux/nvmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nvmap.h')
-rw-r--r--include/linux/nvmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index c661d1334..68d8ab529 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * structure declarations for nvmem and nvmap user-space ioctls 4 * structure declarations for nvmem and nvmap user-space ioctls
5 * 5 *
6 * Copyright (c) 2009-2015, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2009-2016, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
@@ -123,7 +123,8 @@ enum {
123 123
124enum { 124enum {
125 NVMAP_PAGES_UNRESERVE = 0, 125 NVMAP_PAGES_UNRESERVE = 0,
126 NVMAP_PAGES_RESERVE 126 NVMAP_PAGES_RESERVE,
127 NVMAP_INSERT_PAGES_ON_UNRESERVE
127}; 128};
128 129
129struct nvmap_create_handle { 130struct nvmap_create_handle {