/* SPDX-License-Identifier: GPL-2.0-only */ /* * Automatically generated by rvgen kunit. * May need manual intervention for function prototypes that couldn't be * found (e.g. are in another file) or variables to be exported. */ #ifndef __SCO_KUNIT_H #define __SCO_KUNIT_H #if IS_ENABLED(CONFIG_RV_MONITORS_KUNIT_TEST) #include #include extern const struct rv_sco_ops { struct rv_kunit_mon mon; void (*handle_sched_set_state)(void *data, struct task_struct *tsk, int state); void (*handle_schedule_entry)(void *data, bool preempt); void (*handle_schedule_exit)(void *data, bool is_switch); } rv_sco_ops; #endif #endif /* __SCO_KUNIT_H */