mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "atomic_no.h"
|
||
|
#else
|
||
|
#include "atomic_mm.h"
|
||
|
#endif
|