atomic.h 204 B

1234567891011
  1. #ifndef __UM_ATOMIC_H
  2. #define __UM_ATOMIC_H
  3. /* The i386 atomic.h calls printk, but doesn't include kernel.h, so we
  4. * include it here.
  5. */
  6. #include "linux/kernel.h"
  7. #include "asm/arch/atomic.h"
  8. #endif