summaryrefslogtreecommitdiff
path: root/include/memory_commands.h
diff options
context:
space:
mode:
authorLouis Yung-Chieh Lo <yjlou@chromium.org>2011-12-07 18:57:21 +0000
committerVincent Palatin <vpalatin@chromium.org>2011-12-07 19:10:02 +0000
commit6396911897e4cd40f52636d710cee2865acf15e3 (patch)
treea7aa03f7716bd30edaf820afad3a1e36f79c426a /include/memory_commands.h
parentbdf7da5b082f6d18dd27f1e5d8cca0b12154a28c (diff)
downloadchrome-ec-6396911897e4cd40f52636d710cee2865acf15e3.tar.gz
Initial sources import 2/3
source files mainly done by Louis. Signed-off-by: Louis Yung-Chieh Lo <yjlou@chromium.org> Change-Id: I93fa38126e208cf3e525828b37bb407099686c6e
Diffstat (limited to 'include/memory_commands.h')
-rw-r--r--include/memory_commands.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/memory_commands.h b/include/memory_commands.h
new file mode 100644
index 0000000000..7967a63800
--- /dev/null
+++ b/include/memory_commands.h
@@ -0,0 +1,16 @@
+/* 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.
+ */
+
+/* Memory commands for Chrome EC */
+
+#ifndef __CROS_EC_MEMORY_COMMANDS_H
+#define __CROS_EC_MEMORY_COMMANDS_H
+
+#include "common.h"
+
+/* Initializes the module. */
+int memory_commands_init(void);
+
+#endif /* __CROS_EC_MEMORY_COMMANDS_H */