diff options
Diffstat (limited to 'drivers/gpu/ion/ion_priv.h')
| -rw-r--r-- | drivers/gpu/ion/ion_priv.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/drivers/gpu/ion/ion_priv.h b/drivers/gpu/ion/ion_priv.h index 24bf3ebdf42..cdd65da515d 100644 --- a/drivers/gpu/ion/ion_priv.h +++ b/drivers/gpu/ion/ion_priv.h @@ -194,7 +194,6 @@ int ion_heap_map_user(struct ion_heap *, struct ion_buffer *,  struct ion_heap *ion_heap_create(struct ion_platform_heap *);  void ion_heap_destroy(struct ion_heap *); -  struct ion_heap *ion_system_heap_create(struct ion_platform_heap *);  void ion_system_heap_destroy(struct ion_heap *); @@ -203,6 +202,9 @@ void ion_system_contig_heap_destroy(struct ion_heap *);  struct ion_heap *ion_carveout_heap_create(struct ion_platform_heap *);  void ion_carveout_heap_destroy(struct ion_heap *); + +struct ion_heap *ion_chunk_heap_create(struct ion_platform_heap *); +void ion_chunk_heap_destroy(struct ion_heap *);  /**   * kernel api to allocate/free from carveout -- used when carveout is   * used to back an architecture specific custom heap |