Files

9 lines
132 B
C
Raw Permalink Normal View History

2025-08-21 09:20:54 +09:00
// SPDX-License-Identifier: GPL-2.0
#include <linux/processor.h>
__rust_helper void rust_helper_cpu_relax(void)
2025-08-21 09:20:54 +09:00
{
cpu_relax();
}