Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6591 → Rev 6594

/drivers/include/acpi/platform/aclinuxex.h
96,9 → 96,13
kfree(memory);
}
 
void *acpi_os_acquire_object(acpi_cache_t * cache);
 
u32 __attribute__ ((dllimport)) GetPid(void)__asm__("GetPid");
 
static inline acpi_thread_id acpi_os_get_thread_id(void)
{
return (acpi_thread_id) (unsigned long)-1;
return (acpi_thread_id) (unsigned long)GetPid();
}
 
/*