ddk: export GetPid

git-svn-id: svn://kolibrios.org@2169 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-09-10 11:06:02 +00:00
parent 0dbaf3da22
commit 91a2e78dd1
2 changed files with 10 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ void FASTCALL MutexLock(struct mutex*)__asm__("MutexLock");
void FASTCALL MutexUnlock(struct mutex*)__asm__("MutexUnlock");
addr_t IMPORT GetStackBase(void)__asm__("GetStackBase");
u32_t IMPORT GetPid(void)__asm__("GetPid");
///////////////////////////////////////////////////////////////////////////////