summaryrefslogtreecommitdiff
path: root/chip/it83xx/jtag.c
blob: b876d7f914cdd2e7b355f48c455f0cf6e91a9948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ! */
}