summaryrefslogtreecommitdiff
path: root/include/memory_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memory_commands.h')
-rw-r--r--include/memory_commands.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/memory_commands.h b/include/memory_commands.h
deleted file mode 100644
index 91020d8920..0000000000
--- a/include/memory_commands.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Copyright 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 */