summaryrefslogtreecommitdiff
path: root/chip/g/spi_master.h
blob: 42441886f825b3be8a2a61c6e5c9712d548a4ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2015 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.
 */

#ifndef __CROS_EC_INCLUDE_SPI_MASTER_H
#define __CROS_EC_INCLUDE_SPI_MASTER_H

#include "spi.h"

void configure_spi0_passthrough(int enable);
void set_spi_clock_mode(int port, enum spi_clock_mode mode);

#endif