Apply header include guard cleanup from #1209 to gdb_reg.h
This commit is contained in:
parent
9576d13cf7
commit
7e701add55
|
@ -18,8 +18,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GDB_REG_H
|
#ifndef TARGET_GDB_REG_H
|
||||||
#define __GDB_REG_H
|
#define TARGET_GDB_REG_H
|
||||||
|
|
||||||
// The beginning XML for GDB target descriptions that are common to ARM targets,
|
// The beginning XML for GDB target descriptions that are common to ARM targets,
|
||||||
// save for one word: the word after DOCTYPE, which is "target" for Cortex-M, and "feature"
|
// save for one word: the word after DOCTYPE, which is "target" for Cortex-M, and "feature"
|
||||||
|
|
Loading…
Reference in New Issue