mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
d07381ec22
PD#SWPL-72254 Problem: no mem debug on kernel5.15. Solution: porting mem debug from 5.4. Verify: local. Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com> Change-Id: Ie625011e90df9203686acbe52997149527a38daa
13 lines
239 B
C
13 lines
239 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __MEM_DEBUG_H
|
|
#define __MEM_DEBUG_H
|
|
|
|
void dump_mem_layout(char *buf);
|
|
void dump_mem_layout_boot_phase(void);
|
|
|
|
#endif
|