/* * 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