archived-mpp/osal/allocator/allocator_std.h

14 lines
242 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: Apache-2.0 OR MIT */
/*
* Copyright (c) 2015 Rockchip Electronics Co., Ltd.
*/
#ifndef __ALLOCATOR_STD_H__
#define __ALLOCATOR_STD_H__
#include "mpp_allocator_api.h"
extern os_allocator allocator_std;
#endif