X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=a86edb2fba6a35bc091060ee475cf38ee2e89fb4;hb=29c81a80510aa82b1842b15a9b091a3062cb51dc;hp=a71ec3514c0822ee214063d98df4f34126b14291;hpb=12e25f34ebc9a62ac327d51229c32deda009addc;p=openocd.git diff --git a/src/target/xscale.h b/src/target/xscale.h index a71ec3514c..a86edb2fba 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -16,13 +16,11 @@ * 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 XSCALE_H -#define XSCALE_H +#ifndef OPENOCD_TARGET_XSCALE_H +#define OPENOCD_TARGET_XSCALE_H #include "arm.h" #include "armv4_5_mmu.h" @@ -187,4 +185,4 @@ enum { #define DCSR_TRAP_MASK \ (DCSR_TF | DCSR_TI | DCSR_TD | DCSR_TA | DCSR_TS | DCSR_TU | DCSR_TR) -#endif /* XSCALE_H */ +#endif /* OPENOCD_TARGET_XSCALE_H */