X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fetm_dummy.h;h=5a1955f37eac863d89b74e593af7aa717c88cd8c;hb=615709d14049027e6172fbb7f6cf6c898eefaea9;hp=450b5c1827dcf65aebd960033c7700422ba4055b;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/etm_dummy.h b/src/target/etm_dummy.h index 450b5c1827..5a1955f37e 100644 --- a/src/target/etm_dummy.h +++ b/src/target/etm_dummy.h @@ -13,16 +13,14 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ETM_DUMMY_H -#define ETM_DUMMY_H +#ifndef OPENOCD_TARGET_ETM_DUMMY_H +#define OPENOCD_TARGET_ETM_DUMMY_H #include "etm.h" extern struct etm_capture_driver etm_dummy_capture_driver; -#endif /* ETB_H */ +#endif /* OPENOCD_TARGET_ETM_DUMMY_H */