diff options
Diffstat (limited to 'modules/gralloc')
-rw-r--r-- | modules/gralloc/gralloc_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gralloc/gralloc_priv.h b/modules/gralloc/gralloc_priv.h index 8adb4f4..7ec07ef 100644 --- a/modules/gralloc/gralloc_priv.h +++ b/modules/gralloc/gralloc_priv.h @@ -34,6 +34,8 @@ /*****************************************************************************/ +struct private_module_t; + inline size_t roundUpToPageSize(size_t x) { return (x + (PAGESIZE-1)) & ~(PAGESIZE-1); } |