ASSP Variant/asicinfo_chipset_api.h
author Arnaud Lenoir
Mon, 13 Sep 2010 13:27:05 +0100
changeset 24 8352b635bf00
parent 0 bb4b476bbb96
permissions -rw-r--r--
FYI - READ ONLY - Updated SHAI_public_APIs-status.xlsx. contact arnaudl@symbian.org for any changes you want.

/*
  asicinfo_chipset_api.h

  Copyright (c) 2009 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 ASIC info Chipset API H

@publishedDeviceAbstraction
*/

#ifndef __ASICINFO_CHIPSET_API_H__
#define __ASICINFO_CHIPSET_API_H__


// Include files
#include <kern_priv.h>

// Class declaration

/**
@brief ASIC information class

Delivers ASIC related informations to clients
*/
class AsicInfo
    {
    public:
        /**
        returns the ASIC version
       
        the return value is MMmmxxyy where
        MM------ is the major version
        --mm---- is the minor version
        ----xx-- is the major revision
        ------yy is the minor revision
        */
        IMPORT_C static TUint GetAsicVersion();
    };




#endif // __ASICINFO_CHIPSET_API_H__