mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 10:43:57 +08:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "atomic_no.h"
|
||
|
#else
|
||
|
#include "atomic_mm.h"
|
||
|
#endif
|