summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'omap5/sgx_src/eurasia_km/services4/srvkm/include/services_headers.h')
-rw-r--r--omap5/sgx_src/eurasia_km/services4/srvkm/include/services_headers.h68
1 files changed, 0 insertions, 68 deletions
diff --git a/omap5/sgx_src/eurasia_km/services4/srvkm/include/services_headers.h b/omap5/sgx_src/eurasia_km/services4/srvkm/include/services_headers.h
deleted file mode 100644
index d09b8a8..0000000
--- a/omap5/sgx_src/eurasia_km/services4/srvkm/include/services_headers.h
+++ /dev/null
@@ -1,68 +0,0 @@
1/*************************************************************************/ /*!
2@Title Command queues and synchronisation
3@Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved
4@Description Internal structures and definitions for command queues and
5 synchronisation
6@License Dual MIT/GPLv2
7
8The contents of this file are subject to the MIT license as set out below.
9
10Permission is hereby granted, free of charge, to any person obtaining a copy
11of this software and associated documentation files (the "Software"), to deal
12in the Software without restriction, including without limitation the rights
13to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14copies of the Software, and to permit persons to whom the Software is
15furnished to do so, subject to the following conditions:
16
17The above copyright notice and this permission notice shall be included in
18all copies or substantial portions of the Software.
19
20Alternatively, the contents of this file may be used under the terms of
21the GNU General Public License Version 2 ("GPL") in which case the provisions
22of GPL are applicable instead of those above.
23
24If you wish to allow use of your version of this file only under the terms of
25GPL, and not to allow others to use your version of this file under the terms
26of the MIT license, indicate your decision by deleting the provisions above
27and replace them with the notice and other provisions required by GPL as set
28out in the file called "GPL-COPYING" included in this distribution. If you do
29not delete the provisions above, a recipient may use your version of this file
30under the terms of either the MIT license or GPL.
31
32This License is also included in this distribution in the file called
33"MIT-COPYING".
34
35EXCEPT AS OTHERWISE STATED IN A NEGOTIATED AGREEMENT: (A) THE SOFTWARE IS
36PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
37BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
38PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
39COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
40IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
41CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
42*/ /**************************************************************************/
43
44
45#ifndef SERVICES_HEADERS_H
46#define SERVICES_HEADERS_H
47
48#ifdef DEBUG_RELEASE_BUILD
49#pragma optimize( "", off )
50#define DEBUG 1
51#endif
52
53#include "img_defs.h"
54#include "services.h"
55#include "servicesint.h"
56#include "power.h"
57#include "resman.h"
58#include "queue.h"
59#include "srvkm.h"
60#include "kerneldisplay.h"
61#include "syscommon.h"
62#include "pvr_debug.h"
63#include "metrics.h"
64#include "osfunc.h"
65#include "refcount.h"
66
67#endif /* SERVICES_HEADERS_H */
68