/******************************************************************************* | |
* Copyright (C) 2007, ZTE Corporation. | |
* | |
* File Name: drvs_pmic.h | |
* File Mark: | |
* Description: Provide pmic interface for other module' use.(mc13783 and lp3917) | |
* Others: | |
* Version: V0.5 | |
* Author: zhangyingjun | |
* Date: 2009-06-17 | |
* History 1: | |
* Date: | |
* Version: | |
* Author: | |
* Modification: | |
* History 2: | |
********************************************************************************/ | |
#ifndef _DRVS_PMIC_H | |
#define _DRVS_PMIC_H | |
#include "drvs_pm.h" | |
#include "drvs_pmic_bus.h" | |
#include "drvs_pmic_int.h" | |
#include "drvs_pmic_adc.h" | |
#include "drvs_pmic_addr.h" | |
#include "drvs_pmic_rtc.h" | |
#include "drvs_pmic_regulator.h" | |
#include "drvs_pmic_wrapper.h" | |
#endif | |