mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01: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) */
|