Subversion Repositories Kolibri OS

Rev

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

Rev 6934 Rev 7143
Line 1... Line 1...
1
#ifndef ASM_X86_CMPXCHG_H
1
#ifndef ASM_X86_CMPXCHG_H
2
#define ASM_X86_CMPXCHG_H
2
#define ASM_X86_CMPXCHG_H
Line 3... Line 3...
3
 
3
 
-
 
4
#include 
4
#include 
5
#include 
Line 5... Line 6...
5
#include  /* Provides LOCK_PREFIX */
6
#include  /* Provides LOCK_PREFIX */
Line 6... Line 7...
6
 
7