mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "atomic_no.h"
|
||
|
#else
|
||
|
#include "atomic_mm.h"
|
||
|
#endif
|