blob: 8848a2c05163615a6e7192d117f8a7077e220aa0 [file] [log] [blame]
// Copyright 2012 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef INSTALLER_CHROMEOS_SETIMAGE_H_
#define INSTALLER_CHROMEOS_SETIMAGE_H_
#include <string>
#include "installer/chromeos_install_config.h"
bool SetImage(const InstallConfig& install_config);
#endif // INSTALLER_CHROMEOS_SETIMAGE_H_