blob: 28109d991c4bf11c19049c003ca929a1ae3d52a4 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (c) 2015, Linaro Limited
4 * Copyright (c) 2016, EPAM Systems
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef SHM_POOL_H
8#define SHM_POOL_H
9
10#include <linux/tee_drv.h>
11
12struct tee_shm_pool_mgr *optee_shm_pool_alloc_pages(void);
13
14#endif