//===-- ABISysV_msp430.h ----------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #ifndef LLDB_SOURCE_PLUGINS_ABI_MSP430_ABISYSV_MSP430_H #define LLDB_SOURCE_PLUGINS_ABI_MSP430_ABISYSV_MSP430_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" class ABISysV_msp430 : public lldb_private::RegInfoBasedABI { … }; #endif // LLDB_SOURCE_PLUGINS_ABI_MSP430_ABISYSV_MSP430_H