summaryrefslogtreecommitdiff
path: root/hle/hle.h
diff options
context:
space:
mode:
authorlaranjeiro2007-12-14 09:16:55 +0000
committerlaranjeiro2007-12-14 09:16:55 +0000
commit33fa23db16568e2fdd1d141522fccb11fc4d63d2 (patch)
treee636c622ac177a920901689618bb64c1d2d60356 /hle/hle.h
parentba7c9b0929e3f618de2b3334c4a2447a55c0bf0e (diff)
HLE according with CL specification pending 5
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1145 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'hle/hle.h')
-rw-r--r--hle/hle.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/hle/hle.h b/hle/hle.h
index 1a19ada08b..984b58be84 100644
--- a/hle/hle.h
+++ b/hle/hle.h
@@ -16,11 +16,7 @@
* « long description »
*/
-#define HLE_MSG_TYPE_DATA 0x00
-#define HLE_MSG_TYPE_MME 0x01
-#define HLE_MSG_TYPE_BUFFER_ADD 0x02
-#define HLE_MSG_TYPE_BUFFER_RELEASE 0x03
-
+#include "hal/hle/defs.h"
#include "cl/cl.h"
/** forward declaration */