Welcome to mirror list, hosted at ThFree Co, Russian Federation.

qrwlock.h « asm « include « x86 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8656b5a6e8e71d4ceb745049892a6c1d8ccdde54 (plain)
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 */