blob: 54518ad30479c8b23fdada4b25708f69c426f428 [file] [log] [blame]
/*
* arch/arm/plat-pxa/include/plat/gpu_mem.h
*
* GPU reserved memory management
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* (C) Copyright 2011 Marvell International Ltd.
* All Rights Reserved
*/
#ifndef _PXA_GPU_MEM_H_
#define _PXA_GPU_MEM_H_
extern void __init pxa_reserve_gpu_memblock(void);
extern void __init pxa_add_gpu(void);
#endif