1 #ifndef __ASM_QSPINLOCK_PARAVIRT_H
2 #define __ASM_QSPINLOCK_PARAVIRT_H
3 
4 PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock);
5 
6 #endif
7