X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=c9a6ea203cb1b24caf6897a9ecc1589743a7a53d;hb=5ea46227b06af1a3680f62dc30715846f1e92e69;hp=8d1c25cca8c19e884bfa0f71462b3bd11a9609af;hpb=0eb8621bf2a27191fbfb66159a0927ab6820800f;p=openocd.git diff --git a/src/target/xscale.h b/src/target/xscale.h index 8d1c25cca8..c9a6ea203c 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -143,6 +146,8 @@ typedef struct xscale_common_s /* possible future enhancements that go beyond XScale common stuff */ void *arch_info; + + int fast_memory_access; } xscale_common_t; typedef struct xscale_reg_s