android_kernel_modules_leno.../sldriver/include/types.h

38 lines
1.6 KiB
C

/*********************************************************************
*
* Copyright (C) 2006 Intel Corp
*
* The source code contained or described herein and all documents
* related to the source code ("Material") are owned by Intel
* Corporation or its suppliers and licensors. Title to the Material
* remains with Intel Corporation or its suppliers and licensors. The
* Material contains trade secrets and proprietary and confidential
* information of Intel or its suppliers and licensors. The Material
* is protected by worldwide copyright and trade secret laws and
* treaty provisions. No part of the Material may be used, copied,
* reproduced, modified, published, uploaded, posted, transmitted,
* distributed, or disclosed in any way without Intel's prior express
* written permission.
*
* Unless otherwise expressly permitted by Intel in a separate license
* agreement, use of the Material is subject to the copyright notices,
* trademarks, warranty, use, and disclosure restrictions reflected on
* the outside of the media, in the documents themselves, and in the
* "About" or "Read Me" or similar file contained within this source
* code, and identified as (name of the file) . Unless otherwise
* expressly agreed by Intel in writing, you may not remove or alter
* such notices in any way.
*
*******************************************************************/
#ifndef __INCLUDE__TYPES_H__
#define __INCLUDE__TYPES_H__
typedef unsigned int uint;
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned long long uint64;
#endif /* __INCLUDE__TYPES_H__ */