summaryrefslogtreecommitdiff
path: root/common/cmd_vboot_twostop.c
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-07-11 17:14:37 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:58:51 -0700
commitb51fdaa33279e4dcf4f3594ed71ba3f7c3c7e7f7 (patch)
tree2c0b650453bc0e54e60c938f0bb7f3ae6870e914 /common/cmd_vboot_twostop.c
parent8d34537efed436236747802e7667133a270e19f6 (diff)
CHROMIUM: twostop: add twostop skeleton
BUG=chromium-os:17424 TEST=build cleanly Change-Id: I7e4b0051b0a0e594035d4d0cb64441981433d145 Reviewed-on: http://gerrit.chromium.org/gerrit/3851 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Diffstat (limited to 'common/cmd_vboot_twostop.c')
-rw-r--r--common/cmd_vboot_twostop.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/cmd_vboot_twostop.c b/common/cmd_vboot_twostop.c
new file mode 100644
index 0000000000..cb5caea80c
--- /dev/null
+++ b/common/cmd_vboot_twostop.c
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ *
+ * Alternatively, this software may be distributed under the terms of the
+ * GNU General Public License ("GPL") version 2 as published by the Free
+ * Software Foundation.
+ */