mirror of https://gitee.com/openkylin/linux.git
8 lines
166 B
C
8 lines
166 B
C
|
#ifndef _ASM_SPARC_QRWLOCK_H
|
||
|
#define _ASM_SPARC_QRWLOCK_H
|
||
|
|
||
|
#include <asm-generic/qrwlock_types.h>
|
||
|
#include <asm-generic/qrwlock.h>
|
||
|
|
||
|
#endif /* _ASM_SPARC_QRWLOCK_H */
|