mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 14:31:46 +00:00
MIPS: Forward declare struct task_struct to avoid potencial warning.
This commit is contained in:
parent
0d34fb8e93
commit
f5fd02a33e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
#include <linux/cpumask.h>
|
#include <linux/cpumask.h>
|
||||||
|
|
||||||
|
struct task_struct;
|
||||||
|
|
||||||
struct plat_smp_ops {
|
struct plat_smp_ops {
|
||||||
void (*send_ipi_single)(int cpu, unsigned int action);
|
void (*send_ipi_single)(int cpu, unsigned int action);
|
||||||
void (*send_ipi_mask)(cpumask_t mask, unsigned int action);
|
void (*send_ipi_mask)(cpumask_t mask, unsigned int action);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue