Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / arch / amd64.h
index 9431e08f0b31a8e811f481921bd48b800fc511b0..1e02c5235f113f2f072c2a6977f582ccb3713f9c 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 ARCH_AMD64_H
+#define ARCH_AMD64_H
+
 #include "common/tdesc.h"
 #include <stdint.h>
 
 target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32,
                                              bool is_linux, bool segments);
+
+#endif /* ARCH_AMD64_H */
This page took 0.023657 seconds and 4 git commands to generate.