2010-09-29 22:16:32 +08:00
|
|
|
/*
|
|
|
|
* 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-22 05:51:08 +08:00
|
|
|
#include "irqs.h"
|
2013-03-19 22:41:55 +08:00
|
|
|
#include "db8500-regs.h"
|
2010-09-29 22:16:32 +08:00
|
|
|
|
2013-02-07 17:17:31 +08:00
|
|
|
struct platform_device;
|
|
|
|
|
|
|
|
extern struct ab8500_platform_data ab8500_platdata;
|
|
|
|
extern struct prcmu_pdata db8500_prcmu_pdata;
|
2010-09-29 22:16:32 +08:00
|
|
|
|
|
|
|
#endif
|