commit | d7133eed03cb58da56537afd08dd34f8eeb5493f | [log] [tgz] |
---|---|---|
author | Dileep Marchya <dmarchya@codeaurora.org> | Mon Jul 06 18:06:59 2015 -0700 |
committer | Dileep Marchya <dmarchya@codeaurora.org> | Mon Jul 06 18:28:10 2015 -0700 |
tree | 12283a819048ada648ef62589e4a4e69da1fc57b | |
parent | b368721b7be0a42f047f49e196be28d852fac5fd [diff] [blame] |
sdm: Fix compilation errors. Change-Id: I5155bc649492caac3d2cb0873ab6b90d95c35201
diff --git a/sdm/include/utils/constants.h b/sdm/include/utils/constants.h index a73bce6..57c5a86 100644 --- a/sdm/include/utils/constants.h +++ b/sdm/include/utils/constants.h
@@ -89,6 +89,7 @@ const int kThreadPriorityUrgent = -9; const int kMaxRotatePerLayer = 2; const uint32_t kMaxBlitTargetLayers = 2; + const int kPageSize = 4096; typedef void * Handle;