blob: 608cee864848ab24ee3e9db9ebdbe9f47939c92e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*******************************************************************************
2 * Copyright (C) 2007, ZTE Corporation.
3 *
4 * File Name: drvs_pmic.h
5 * File Mark:
6 * Description: Provide pmic interface for other module' use.(mc13783 and lp3917)
7 * Others:
8 * Version: V0.5
9 * Author: zhangyingjun
10 * Date: 2009-06-17
11 * History 1:
12 * Date:
13 * Version:
14 * Author:
15 * Modification:
16 * History 2:
17 ********************************************************************************/
18
19#ifndef _DRVS_PMIC_H
20#define _DRVS_PMIC_H
21
22#include "drvs_pm.h"
23#include "drvs_pmic_bus.h"
24#include "drvs_pmic_int.h"
25#include "drvs_pmic_adc.h"
26#include "drvs_pmic_addr.h"
27#include "drvs_pmic_rtc.h"
28#include "drvs_pmic_regulator.h"
29#include "drvs_pmic_wrapper.h"
30#endif
31
32
33
34