summaryrefslogtreecommitdiff
path: root/chip/it83xx/jtag.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/jtag.c')
-rw-r--r--chip/it83xx/jtag.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/chip/it83xx/jtag.c b/chip/it83xx/jtag.c
new file mode 100644
index 0000000000..b876d7f914
--- /dev/null
+++ b/chip/it83xx/jtag.c
@@ -0,0 +1,15 @@
+/* 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.
+ */
+
+#include "clock.h"
+#include "gpio.h"
+#include "jtag.h"
+#include "registers.h"
+#include "system.h"
+
+void jtag_pre_init(void)
+{
+ /* TODO(crosbug.com/p/23575): IMPLEMENT ME ! */
+}