]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target/resume.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / target / resume.h
index 4834c0d82d8fb90a0e05747b841afd4befacc71f..50219d6ed71c1021e2f68dfdb14a197b3bc2ab49 100644 (file)
@@ -17,8 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef RESUME_H
-#define RESUME_H
+#ifndef TARGET_RESUME_H
+#define TARGET_RESUME_H
 
 /* Ways to "resume" a thread.  */
 
@@ -34,4 +34,4 @@ enum resume_kind
   resume_stop
 };
 
-#endif /* RESUME_H */
+#endif /* TARGET_RESUME_H */