]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/utils.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / gdbserver / utils.h
index 5437faa6e81ccfc314569a48fcec39b1ee326c9b..2bc7a6ecab95d080cec5eb172026eadb0f743317 100644 (file)
    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 UTILS_H
-#define UTILS_H
+#ifndef GDBSERVER_UTILS_H
+#define GDBSERVER_UTILS_H
 
 char *paddress (CORE_ADDR addr);
 char *pfildes (gdb_fildes_t fd);
 
-#endif /* UTILS_H */
+#endif /* GDBSERVER_UTILS_H */