14 lines
242 B
C
14 lines
242 B
C
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
|
|
/*
|
|
* Copyright (c) 2010 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#ifndef __ALLOCATOR_DRM_H__
|
|
#define __ALLOCATOR_DRM_H__
|
|
|
|
#include "mpp_allocator_api.h"
|
|
|
|
extern os_allocator allocator_drm;
|
|
|
|
#endif
|