xref: /rockchip-linux_mpp/osal/allocator/allocator_ion.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */
2 /*
3  * Copyright (c) 2015 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef __ALLOCATOR_ION_H__
7 #define __ALLOCATOR_ION_H__
8 
9 #include "mpp_allocator_api.h"
10 
11 extern os_allocator allocator_ion;
12 
13 #endif
14