blob: 54518ad30479c8b23fdada4b25708f69c426f428 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2* arch/arm/plat-pxa/include/plat/gpu_mem.h
3*
4* GPU reserved memory management
5*
6* This program is free software; you can redistribute it and/or modify
7* it under the terms of the GNU General Public License version 2 as
8* published by the Free Software Foundation.
9* (C) Copyright 2011 Marvell International Ltd.
10* All Rights Reserved
11*/
12
13#ifndef _PXA_GPU_MEM_H_
14#define _PXA_GPU_MEM_H_
15
16extern void __init pxa_reserve_gpu_memblock(void);
17extern void __init pxa_add_gpu(void);
18
19#endif