]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/nat/ppc-linux.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / nat / ppc-linux.h
index 059b99465baad9952060030fb6a40a0755bede6b..f1561b3b357675e62d517c26735a123342307340 100644 (file)
@@ -15,8 +15,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 PPC_LINUX_H
-#define PPC_LINUX_H 1
+#ifndef NAT_PPC_LINUX_H
+#define NAT_PPC_LINUX_H
 
 #include <asm/ptrace.h>
 #include <asm/cputable.h>
 /* Return the wordsize of the target, either 4 or 8 bytes.  */
 int ppc_linux_target_wordsize (int tid);
 
-#endif
+#endif /* NAT_PPC_LINUX_H */