blob: b8ffc9979bb2db763738a2cf8f39cf441edd3887 [file] [log] [blame]
Rabin Vincentfbf1ead2010-09-29 19:46:32 +05301/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
5 * License terms: GNU General Public License (GPL), version 2.
6 */
7
8#ifndef __DEVICES_DB8500_H
9#define __DEVICES_DB8500_H
10
Arnd Bergmanneba52742013-03-21 22:51:08 +010011#include "irqs.h"
Linus Walleij174e7792013-03-19 15:41:55 +010012#include "db8500-regs.h"
Rabin Vincentfbf1ead2010-09-29 19:46:32 +053013
Linus Walleij05ec2602013-02-07 10:17:31 +010014struct platform_device;
15
16extern struct ab8500_platform_data ab8500_platdata;
17extern struct prcmu_pdata db8500_prcmu_pdata;
Rabin Vincentfbf1ead2010-09-29 19:46:32 +053018
Rabin Vincentfbf1ead2010-09-29 19:46:32 +053019#endif