blob: 20bcd8ec9951c603c4e478a580731e71817f87d2 [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 of mcld
#endif