summaryrefslogtreecommitdiff
path: root/chip/g/jtag.c
blob: b80bca1b8dc71f41f5956ad88a1de540bb15042b (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (c) 2014 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.
 */

void jtag_pre_init(void)
{
	/* I don't think we need this to do anything */
}