JustOS/linux-6.13/arch/mips/include/asm/cmp.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

11 lines
181 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_CMP_H
#define _ASM_CMP_H
/*
* Definitions for CMP multitasking on MIPS cores
*/
struct task_struct;
#endif /* _ASM_CMP_H */