summaryrefslogtreecommitdiff
path: root/include/linux/spi_ns9360.h
blob: 1bc7901efa8ce7dac839ac252ce91b123da74b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * include/linux/ns9360.h
 *
 * Copyright (C) 2008 by Digi International Inc.
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */

#ifndef __SPI_NS9360_H__
#define __SPI_NS9360_H__

#define DRIVER_NAME "spi_ns9360"

struct ns9360_data {
	unsigned int *gpios;
	unsigned int nr_gpios;
};

#endif