Files
kernel_common_drivers/include/linux/amlogic/debug_printk.h
T
qinglin.li e23e9bfc33 printk: use vendor_hook print cpu and irq info [2/3]
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>
2022-11-21 22:36:36 -07:00

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