LLDB mainline
PPC64_DWARF_Registers.h
Go to the documentation of this file.
1//===-- PPC64_DWARF_Registers.h ---------------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H
10#define LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H
11
12#include "lldb/lldb-private.h"
13
14namespace ppc64_dwarf {
15
16enum {
122};
123
124} // namespace ppc64_dwarf
125
126#endif // LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H