2010-09-29 19:46:32 +05:30
|
|
|
/*
|
|
|
|
* Copyright (C) ST-Ericsson SA 2010
|
|
|
|
*
|
|
|
|
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
|
|
|
|
* License terms: GNU General Public License (GPL), version 2.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __DEVICES_DB8500_H
|
|
|
|
#define __DEVICES_DB8500_H
|
|
|
|
|
2013-03-21 22:51:08 +01:00
|
|
|
#include "irqs.h"
|
2013-03-19 15:41:55 +01:00
|
|
|
#include "db8500-regs.h"
|
2010-09-29 19:46:32 +05:30
|
|
|
|
2013-02-07 10:17:31 +01:00
|
|
|
struct platform_device;
|
|
|
|
|
|
|
|
extern struct ab8500_platform_data ab8500_platdata;
|
|
|
|
extern struct prcmu_pdata db8500_prcmu_pdata;
|
2010-09-29 19:46:32 +05:30
|
|
|
|
|
|
|
#endif
|