devicesrv_plat/energymgmt_chipset_api/inc/adc_types.h
changeset 78 3f0699f2e14c
equal deleted inserted replaced
77:8a984d260a2d 78:3f0699f2e14c
       
     1 /*
       
     2   adc_types.h
       
     3 
       
     4   Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     5   All rights reserved.
       
     6 
       
     7   This program and the accompanying materials are made available 
       
     8   under the terms of the Eclipse Public License v1.0 which accompanies 
       
     9   this distribution, and is available at 
       
    10   http://www.eclipse.org/legal/epl-v10.html
       
    11 
       
    12   Initial Contributors:
       
    13   Nokia Corporation - initial contribution.
       
    14 
       
    15   Contributors:
       
    16 */
       
    17 
       
    18 /** @file
       
    19 @brief Energy Management Chipset API H
       
    20 
       
    21 This is the header file for Energy Management Chipset API that is used to access 
       
    22 the Energy Management releated service provided by the third party chipset vendor.
       
    23 
       
    24 @publishedDeviceAbstraction
       
    25 */
       
    26 
       
    27 #include<kernel.h>
       
    28 #include <kern_priv.h>
       
    29 
       
    30 
       
    31 
       
    32 typedef TUint8 uint8;
       
    33 typedef TUint16 uint16;
       
    34 typedef TUint32 uint32;
       
    35 
       
    36 typedef TInt32 int32;
       
    37 
       
    38