Subversion Repositories Kolibri OS

Rev

Rev 6588 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6588 Rev 6594
Line 244... Line 244...
244
#define COMPILER_DEPENDENT_UINT64  unsigned long long
244
#define COMPILER_DEPENDENT_UINT64  unsigned long long
245
#endif
245
#endif
Line 246... Line 246...
246
 
246
 
247
/* Type of mutex supported by host. Default is binary semaphores. */
247
/* Type of mutex supported by host. Default is binary semaphores. */
248
#ifndef ACPI_MUTEX_TYPE
248
#ifndef ACPI_MUTEX_TYPE
249
#define ACPI_MUTEX_TYPE             ACPI_BINARY_SEMAPHORE
249
#define ACPI_MUTEX_TYPE             ACPI_OSL_MUTEX
Line 250... Line 250...
250
#endif
250
#endif
Line 251... Line 251...
251
 
251