summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/memory/inc/memory.h
blob: c6d1fb2dfff945034c585b92306c9ccd0176cadd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) ST-Ericsson SA 2010
 * Author: Jean-Philippe FASSINO <jean-philippe.fassino@stericsson.com> for ST-Ericsson.
 * License terms: GNU General Public License (GPL) version 2.
 */
/*!
 * \internal
 * \brief Internal Memory Management API.
 *
 * \defgroup MEMORY_INTERNAL Private Memory API.
 *
 */
#ifndef __INC_MEMORY_H
#define __INC_MEMORY_H

#include <cm/engine/api/control/configuration_engine.h>
#include <cm/engine/memory/inc/remote_allocator.h>

#endif /* __INC_MEMORY_H */