OpenOCD
etm_dummy.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2007 by Dominic Rath *
5  * Dominic.Rath@gmx.de *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_TARGET_ETM_DUMMY_H
9 #define OPENOCD_TARGET_ETM_DUMMY_H
10 
11 #include "etm.h"
12 
14 
15 #endif /* OPENOCD_TARGET_ETM_DUMMY_H */
struct etm_capture_driver etm_dummy_capture_driver
Definition: etm_dummy.c:88