dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
write in 30M
hc
2024-02-20
ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
arch
/
x86
/
include
/
asm
/
qrwlock.h
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_QRWLOCK_H
#define _ASM_X86_QRWLOCK_H
#include <asm-generic/qrwlock_types.h>
#include <asm-generic/qrwlock.h>
#endif /* _ASM_X86_QRWLOCK_H */