summaryrefslogtreecommitdiff
path: root/core/host/disabled.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/disabled.c')
-rw-r--r--core/host/disabled.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/host/disabled.c b/core/host/disabled.c
new file mode 100644
index 0000000000..679a1ab451
--- /dev/null
+++ b/core/host/disabled.c
@@ -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.
+ */
+
+/* Disabled functions */
+
+#define DISABLED(proto) proto { }
+
+DISABLED(void jtag_pre_init(void));
+DISABLED(void clock_init(void));