summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/zephyr_espi_shim.h
blob: c8172e865363309e3825cd91921e3cf8761907b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright 2020 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_ZEPHYR_ESPI_SHIM_H
#define __CROS_EC_ZEPHYR_ESPI_SHIM_H

/**
 * zephyr_shim_setup_espi() - initialize eSPI device
 *
 * Return: 0 upon success, or <0 upon failure.
 */
int zephyr_shim_setup_espi(void);

#endif /* __CROS_EC_ZEPHYR_ESPI_SHIM_H */