mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
aa9cc5449c
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>
17 lines
296 B
C
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_
|