Files
kernel_common_drivers/include/linux/amlogic/mem_debug.h
T
Jianxiong Pan d07381ec22 mm: add mem debug support. [1/1]
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
2022-02-21 22:15:47 -07:00

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