summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_caching.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/ttm/ttm_caching.h')
-rw-r--r--include/drm/ttm/ttm_caching.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/ttm/ttm_caching.h b/include/drm/ttm/ttm_caching.h
index a0b4a49fa432..3c9dd65f5aaf 100644
--- a/include/drm/ttm/ttm_caching.h
+++ b/include/drm/ttm/ttm_caching.h
@@ -33,4 +33,6 @@ enum ttm_caching {
ttm_cached
};
+pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
+
#endif