blob: 9af994e5333e14c335ca811f5a6eb2ee06c34f0a [file] [log] [blame]
//===- Initialization.h ---------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef ALONE_SUPPORT_INITIALIZATION_H
#define ALONE_SUPPORT_INITIALIZATION_H
namespace alone {
namespace init {
void Initialize();
} // end namespace init
} // end namespace alone
#endif // ALONE_SUPPORT_INITIALIZATION_H