9 lines
130 B
C
9 lines
130 B
C
|
#ifndef __UM_SYSTEM_I386_H
|
||
|
#define __UM_SYSTEM_I386_H
|
||
|
|
||
|
#include "asm/system-generic.h"
|
||
|
|
||
|
#define __HAVE_ARCH_CMPXCHG 1
|
||
|
|
||
|
#endif
|