Display/display_chipset_os.h
changeset 0 bb4b476bbb96
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Display/display_chipset_os.h	Fri Jun 26 15:44:04 2009 +0100
@@ -0,0 +1,68 @@
+/*
+  display_chipset_os.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
+
+Symbian version of display_chipset_os.h-file. Typedefs Symbian types to chipset versions.
+
+@publishedDeviceAbstraction
+
+*/
+
+#ifndef DISPLAY_CHIPSET_OS_H
+#define DISPLAY_CHIPSET_OS_H
+
+/*- Include Files  ----------------------------------------------------------*/
+
+#include <e32def.h>
+
+/*- Data Types --------------------------------------------------------------*/
+
+typedef TUint8  uint8;
+typedef TUint16 uint16;
+typedef TUint32 uint32;
+
+typedef TInt8  int8;
+typedef TInt16 int16;
+typedef TInt32 int32;
+
+typedef TUint8 bool8;
+
+#define DLL_IMPORT IMPORT_C
+
+/*- Enumerations ------------------------------------------------------------*/
+
+/*- Data Structs ------------------------------------------------------------*/
+
+/*- Constants ---------------------------------------------------------------*/
+
+/*- Macros ------------------------------------------------------------------*/
+
+/*- External Data -----------------------------------------------------------*/
+
+/*- Variables ---------------------------------------------------------------*/
+
+/*- Forward Declarations ----------------------------------------------------*/
+
+/*- Functional Prototypes ---------------------------------------------------*/
+
+/*- Inline Functions --------------------------------------------------------*/
+
+#endif /* DISPLAY_CHIPSET_OS_H */
+
+/* End of File */
+