Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/x86/um/asm/spinlock.h
38226 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_UM_SPINLOCK_H
3
#define __ASM_UM_SPINLOCK_H
4
5
#include <asm/qspinlock.h>
6
#include <asm/qrwlock.h>
7
8
#endif /* __ASM_UM_SPINLOCK_H */
9
10