DIVA_USERMODE user to switch between kernel/user mode implementation

This commit is contained in:
MelwareDE 2010-04-06 14:53:16 +00:00
parent 2ed598ec08
commit ef1052e6af
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef __DIVA_OS_STREAMING_PLATFORM_H__
#define __DIVA_OS_STREAMING_PLATFORM_H__
#define DIVA_USERMODE 1
#if !defined(__i386__)
#define READ_WORD(w) ( ((byte *)(w))[0] + \
(((byte *)(w))[1]<<8) )