blob: 4f577daf57d5e94469360574d79ce4259f3c5955 [file] [log] [blame]
//===- Environment.h ------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_ENVIRONMENT_H_
#define MCLD_ENVIRONMENT_H_
namespace mcld {
void Initialize();
void Finalize();
} // namespace mcld
#endif // MCLD_ENVIRONMENT_H_