summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2013-05-16 09:13:07 -0400
committerYonit Halperin <yhalperi@redhat.com>2013-05-16 09:13:07 -0400
commitd9e1493afbddd1249de9662d21d8a2191bfbcae4 (patch)
tree55317439ae19cd17a2561f4e83c3d7d289a0653e
parenteff76139c5195ed45926a518b4e4a173d9a17e8e (diff)
add qxl.hxx
-rwxr-xr-xC++/qxl.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/C++/qxl.hxx b/C++/qxl.hxx
new file mode 100755
index 0000000..463326d
--- /dev/null
+++ b/C++/qxl.hxx
@@ -0,0 +1,7 @@
+#ifndef QXL_H_
+#define QXL_H_
+
+#define QXL_PAGE_SHIFT 12
+#define QXL_PAGE_SIZE (1 << PAGE_SHIFT)
+
+#endif // QXL_H_