aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parrot/spi/p7-spim.h
blob: 13beaeea4c1c92b6e1dded5749ed7c914b639152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * linux/drivers/parrot/spi/p7-spim.h - Parrot7 SPI master driver
 *                                      interface
 *
 * Copyright (C) 2012 Parrot S.A.
 *
 * @author: alvaro.moran@parrot.com
 * @date:   2012-10-01
 *
 * This file is released under the GPL
 */

#ifndef _P7_SPIM_H
#define _P7_SPIM_H

#if defined(CONFIG_SPI_MASTER_PARROT7) || \
	defined(CONFIG_SPI_MASTER_PARROT7_MODULE)

#define P7SPIM_DRV_NAME "p7-spim"

#endif  /* defined(CONFIG_SPI_MASTER_PARROT7) || \
           defined(CONFIG_SPI_MASTER_PARROT7_MODULE) */

#endif