halservcalls.h

来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C头文件 代码 · 共 41 行

H
41
字号
/******************************************************************************
<module>
* Name         : halservcalls.h
* Title        : services calls wrappers
* Author(s)    : Imagination Technologies
* Created      : 26 May 2004
*
* Copyright    : 2004 by Imagination Technologies Limited.
*                All rights reserved.  No part of this software, either
*                material or conceptual may be copied or distributed,
*                transmitted, transcribed, stored in a retrieval system
*                or translated into any human or computer language in any
*                form by any means, electronic, mechanical, manual or
*                other-wise, or disclosed to third parties without the
*                express written permission of Imagination Technologies
*                Limited, Unit 8, HomePark Industrial Estate,
*                King's Langley, Hertfordshire, WD4 8LZ, U.K.
*
* Description  : services calls wrappers
*
* Platform     : Windows CE
*
 $Log: halservcalls.h $
********************************************************************************/
#if !defined(_HALSERCALLS_H_)
#define _HALSERCALLS_H_

PVRSRV_ERROR PVRHALAllocDeviceMem (PVRSRV_DEV_DATA	*psDevData,
								   IMG_UINT32		ui32Flags,
								   IMG_UINT32		ui32Size,
								   IMG_UINT32		ui32Alignment,
								   PVRSRV_MEM_INFO  **ppsMemInfo);
PVRSRV_ERROR PVRHALFreeDeviceMem (PVRSRV_DEV_DATA *psDevData,
								  PVRSRV_MEM_INFO *psMemInfo);

VOID PVRHALConnectResMan(BOOL bInitial, BOOL bConnect);
#endif /* (_HALSERCALLS_H_) */
/*****************************************************************************
  End of file (halservcalls..h)
*****************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?