Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright(C) 2020 Linaro Limited. All rights reserved.
0004  * Author: Mike Leach <mike.leach@linaro.org>
0005  */
0006 
0007 /* declare preloaded configurations and features */
0008 
0009 /* from coresight-cfg-afdo.c - etm 4x features */
0010 #if IS_ENABLED(CONFIG_CORESIGHT_SOURCE_ETM4X)
0011 extern struct cscfg_feature_desc strobe_etm4x;
0012 extern struct cscfg_config_desc afdo_etm4x;
0013 #endif