blob: 1d4473a04ae4095ef42c7b4a021e6d7c347a51be [file] [log] [blame]
Eric Nelson3acb0112014-09-30 15:40:03 -07001/*
2 * Copyright 2011 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __MXC_SPI_H_
8#define __MXC_SPI_H_
9
10/*
11 * Board-level chip-select callback
12 * Should return GPIO # to be used for chip-select
13 */
14
15int board_spi_cs_gpio(unsigned bus, unsigned cs);
16
17#endif