1/* SPDX-License-Identifier: GPL-2.0-only */ 2 3External(\TBTS, MethodObj) 4 5Method(MPTS, 1, Serialized) { 6 If (CondRefOf(\TBTS)) { 7 \TBTS() 8 } 9} 10