ddk: update includes

git-svn-id: svn://kolibrios.org@2161 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-09-06 08:39:53 +00:00
parent b5c6549818
commit bc63e41160
7 changed files with 343 additions and 271 deletions

View File

@@ -431,4 +431,6 @@ static inline void __SysMsgBoardStr(char *text)
::"S" (text));
};
#define rmb() asm volatile("lfence":::"memory")
#endif