blob: c53b269f552a3b51e4f17038e6f829e31448a8ec [file] [log] [blame]
/*************************************************************************/ /*!
@File
@Title Services Resource Information (RI) common types and definitions
@Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved
@Description Resource Information (RI) common types and definitions included
in both user mode and kernel mode source.
@License MIT
The contents of this file are subject to the MIT license as set out below.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
This License is also included in this distribution in the file called
"MIT-COPYING".
EXCEPT AS OTHERWISE STATED IN A NEGOTIATED AGREEMENT: (A) THE SOFTWARE IS
PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ /**************************************************************************/
#ifndef __PVR_RICOMMON_H__
#define __PVR_RICOMMON_H__
#if defined (__cplusplus)
extern "C" {
#endif
#include "img_defs.h"
/*! Maximum text string length including the null byte */
#define PRVSRVRI_MAX_TEXT_LENGTH 20U
/* PID used to hold PMR allocations which are driver-wide (ie have a lifetime
longer than an application process) */
#define PVR_SYS_ALLOC_PID 1
#if defined (__cplusplus)
}
#endif
#endif /* __PVR_RICOMMON_H__ */
/******************************************************************************
End of file (pvr_ricommon.h)
******************************************************************************/