mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 18:16:25 +07:00
8 lines
160 B
C
8 lines
160 B
C
|
#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 */
|