ALSA: initial work on the Focusrite SaffireLE driver.
[firewire-audio.git] / include / linux / basic_mmio_gpio.h
blob198087a16fc4f5407049e416abec17c846086ca1
1 /*
2 * Basic memory-mapped GPIO controllers.
4 * Copyright 2008 MontaVista Software, Inc.
5 * Copyright 2008,2010 Anton Vorontsov <cbouatmailru@gmail.com>
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
13 #ifndef __BASIC_MMIO_GPIO_H
14 #define __BASIC_MMIO_GPIO_H
16 struct bgpio_pdata {
17 int base;
20 #endif /* __BASIC_MMIO_GPIO_H */