mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
e23e9bfc33
PD#SWPL-101578 Problem: use vendor_hook print cpu and irq info Solution: use vendor_hook print cpu and irq info Verify: sc2 Change-Id: I52f0474ea55d4136933c0a2c12daf31eff4ab261 Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
12 lines
326 B
C
12 lines
326 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __AMLOGIC_DEBUG_PRINTK_H
|
|
#define __AMLOGIC_DEBUG_PRINTK_H
|
|
|
|
void trace_android_vh_printk_caller_id(u32 *caller_id);
|
|
void trace_android_vh_printk_caller(char *caller, size_t size, u32 id, int *ret);
|
|
#endif
|