blob: 2d5fb519df2bc5c0a8089895c15c948d70f81ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Debugging macro include header
*
* Copyright 1994-1999 Russell King
* Copyright 2008 Cavium Networks
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, Version 2, as
* published by the Free Software Foundation.
*/
#include <asm/hardware/debug-pl01x.S>
|