mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-15 17:14:00 +08:00
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
|