mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
7 lines
164 B
C
7 lines
164 B
C
#ifndef __SPARC_BARRIER_H
|
|
#define __SPARC_BARRIER_H
|
|
|
|
#include <asm/processor.h> /* for nop() */
|
|
#include <asm-generic/barrier.h>
|
|
|
|
#endif /* !(__SPARC_BARRIER_H) */
|