Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/score/include/asm/atomic.h
10819 views
1
#ifndef _ASM_SCORE_ATOMIC_H
2
#define _ASM_SCORE_ATOMIC_H
3
4
#include <asm-generic/atomic.h>
5
6
#endif /* _ASM_SCORE_ATOMIC_H */
7
8