repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
asm
/
barrier.h
blob
15c5f77c16142b1b42c15cdfc646e9d97bb8de11
1
#ifndef _M68K_BARRIER_H
2
#define _M68K_BARRIER_H
3
4
#define nop() do { asm volatile (
"nop"
); barrier(); } while (0)
5
6
#include <asm-generic/barrier.h>
7
8
#endif
/* _M68K_BARRIER_H */