blob: d6fd73670523dedc54e7da5a22adcf64584abd74 [file] [log] [blame]
Jay Srinivasan1c0fe792013-03-28 16:45:25 -07001// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H
6#define CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H
7
8namespace chromeos_update_engine {
9
10// The name of the marker file used to trigger powerwash when post-install
11// completes successfully so that the device is powerwashed on next reboot.
12extern const char kPowerwashMarkerFile[];
13
14// The contents of the powerwash marker file.
15extern const char kPowerwashCommand[];
16
17} // namespace chromeos_update_engine
18
19#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H