summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/cw1200_plat.h
blob: 3b6acaff3057afd1b0a222c0ccf9615c2d64aa69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) ST-Ericsson SA 2011
 *
 * Author: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com>
 * License terms: GNU General Public License (GPL) version 2
 */

#include <linux/ioport.h>

struct cw1200_platform_data {
	const char *regulator_vdd;
	const char *regulator_vio;
	const char *mmc_id;
	const struct resource *irq;
	const struct resource *reset;
};

/* Declaration only. Should be implemented in arch/xxx/mach-yyy */
const struct cw1200_platform_data *cw1200_get_platform_data(void);