summaryrefslogtreecommitdiff
path: root/chip/host/registers.h
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-05-26 18:46:55 +0800
committerChromeBot <chrome-bot@google.com>2013-06-03 14:34:10 -0700
commit80105a95569c36b7a4d372c7e74f086ad27f5492 (patch)
tree368706c3d44566cb696ebf98018d1dfb7bcd7f80 /chip/host/registers.h
parent1806f521955623770405778a742d0398cae028a2 (diff)
downloadchrome-ec-80105a95569c36b7a4d372c7e74f086ad27f5492.tar.gz
Enable flash unit test on emulator
BUG=chrome-os-partner:19236 TEST=Pass all tests BRANCH=None Change-Id: I09276292499b94b2d4810830de51e4c63a9b7342 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/56704 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'chip/host/registers.h')
-rw-r--r--chip/host/registers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chip/host/registers.h b/chip/host/registers.h
new file mode 100644
index 0000000000..0ee68b8e23
--- /dev/null
+++ b/chip/host/registers.h
@@ -0,0 +1,11 @@
+/* Copyright (c) 2013 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.
+ */
+
+/* Empty registers header for emulator */
+
+/*
+ * There is no register for emulator, but this file exists to prevent
+ * compilation failure if any file includes registers.h
+ */