Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4291 → Rev 4292

/drivers/include/syscall.h
522,8 → 522,6
::"S" (text));
};
 
#define rmb() asm volatile("lfence":::"memory")
 
static inline void *vzalloc(unsigned long size)
{
void *mem;