summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-05-31 15:40:45 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-05-31 15:47:57 +1000
commit1600f7f202721c4b29c29e94f7fb69dc313b99dc (patch)
tree5b5f48d106057058006ac9f049922dba2518de6a /src/nv_const.h
parentace77b6b1304826f4004bde23809b55d476b0615 (diff)
nva3/exa: add support for async UTS/DFS copies
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index 5c232d4..1ef45c8 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -16,6 +16,7 @@ typedef enum {
OPTION_ZAPHOD_HEADS,
OPTION_PAGE_FLIP,
OPTION_SWAP_LIMIT,
+ OPTION_ASYNC_COPY,
} NVOpts;
@@ -30,6 +31,7 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_ZAPHOD_HEADS, "ZaphodHeads", OPTV_STRING, {0}, FALSE },
{ OPTION_PAGE_FLIP, "PageFlip", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_SWAP_LIMIT, "SwapLimit", OPTV_INTEGER, {0}, FALSE },
+ { OPTION_ASYNC_COPY, "AsyncUTSDFS", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};