Apply header include guard cleanup from #1209 to gdb_reg.h

This commit is contained in:
Mikaela Szekely 2022-08-25 16:25:41 -06:00 committed by Rachel Mant
parent 9576d13cf7
commit 7e701add55
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __GDB_REG_H
#define __GDB_REG_H
#ifndef TARGET_GDB_REG_H
#define TARGET_GDB_REG_H
// 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"