mirror of https://gitee.com/openkylin/linux.git
7 lines
131 B
C
7 lines
131 B
C
|
#ifndef __ASM_QSPINLOCK_PARAVIRT_H
|
||
|
#define __ASM_QSPINLOCK_PARAVIRT_H
|
||
|
|
||
|
PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock);
|
||
|
|
||
|
#endif
|