summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/spilib.h
blob: 9be1b31898348af43585f8306b8615f8e7f85000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Greybus SPI library header
 *
 * copyright 2016 google inc.
 * copyright 2016 linaro ltd.
 *
 * released under the gplv2 only.
 */

#ifndef __SPILIB_H
#define __SPILIB_H

struct gb_connection;

int gb_spilib_master_init(struct gb_connection *connection, struct device *dev);
void gb_spilib_master_exit(struct gb_connection *connection);

#endif /* __SPILIB_H */