Files
kernel_common_drivers/drivers/debug/gki_config.h
T
qinglin.li aa9cc5449c debug: combine gki_tool and debug modules [1/1]
PD#SWPL-95684

Problem:
combine gki_tool and debug modules

Solution:
result:
	amlogic-debug.ko
original:
	amlogic-debug.ko
	amlogic-gkitool.ko

Verify:
sc2

Change-Id: I4257b8dca30871614d6ba7df6fd79e928045d5b6
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2022-11-05 12:07:06 +08:00

17 lines
296 B
C

/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef __DEBUG_GKI_CONFIG_H_
#define __DEBUG_GKI_CONFIG_H_
#ifdef MODULE
extern char gki_config_data[];
extern char gki_config_data_end[];
#endif
#endif //__DEBUG_GKI_CONFIG_H_