diff -r 8a984d260a2d -r 3f0699f2e14c devicesrv_plat/energymgmt_chipset_api/inc/adc_types.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devicesrv_plat/energymgmt_chipset_api/inc/adc_types.h Thu Oct 14 12:47:54 2010 +0300 @@ -0,0 +1,38 @@ +/* + adc_types.h + + Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). + All rights reserved. + + This program and the accompanying materials are made available + under the terms of the Eclipse Public License v1.0 which accompanies + this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html + + Initial Contributors: + Nokia Corporation - initial contribution. + + Contributors: +*/ + +/** @file +@brief Energy Management Chipset API H + +This is the header file for Energy Management Chipset API that is used to access +the Energy Management releated service provided by the third party chipset vendor. + +@publishedDeviceAbstraction +*/ + +#include +#include + + + +typedef TUint8 uint8; +typedef TUint16 uint16; +typedef TUint32 uint32; + +typedef TInt32 int32; + +