Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5808 → Rev 5807

/contrib/sdk/sources/newlib/libc/include/kos32sys.h
194,17 → 194,6
};
 
static inline
uint64_t get_ns_count(void)
{
uint64_t val;
__asm__ __volatile__(
"int $0x40"
:"=A"(val)
:"a"(26), "b"(10));
return val;
};
 
static inline
oskey_t get_key(void)
{
oskey_t val;