mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-11 15:46:20 +00:00
8 lines
113 B
C
8 lines
113 B
C
#ifdef __uClinux__
|
|
#include "atomic_no.h"
|
|
#else
|
|
#include "atomic_mm.h"
|
|
#endif
|
|
|
|
#include <asm-generic/atomic64.h>
|