blob: a63be45033d09334e3119f47d838a63d6211057c [file] [log] [blame]
//===- Mips.h -------------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_MIPS_H
#define MCLD_MIPS_H
#include "mcld/Support/TargetRegistry.h"
namespace mcld {
extern mcld::Target TheMipselTarget;
} // namespace of mcld
#endif