License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / include / linux / platform_data / pcmcia-pxa2xx_viper.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
c2de1c38
MZ
2#ifndef __ARCOM_PCMCIA_H
3#define __ARCOM_PCMCIA_H
4
5struct arcom_pcmcia_pdata {
6 int cd_gpio;
7 int rdy_gpio;
8 int pwr_gpio;
9 void (*reset)(int state);
10};
11
12#endif