[DDK]: Add MEMORY_BARRIER missing from ioaccess.h.

svn path=/trunk/; revision=46067
This commit is contained in:
Sir Richard 2010-03-10 18:28:03 +00:00
parent 1511347fdc
commit 30cee65672

View file

@ -41,6 +41,8 @@ extern "C" {
#define WRITE_PORT_USHORT(p, v) __outword (H2I(p), (v))
#define WRITE_PORT_ULONG(p, v) __outdword (H2I(p), (v))
#define MEMORY_BARRIER()
#elif defined(_PPC_) || defined(_MIPS_) || defined(_ARM_)
#define READ_REGISTER_UCHAR(r) (*(volatile UCHAR * const)(r))