diff options
Diffstat (limited to 'sys/sys/proc.h')
| -rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index d504aba7bbeb..1f7515034250 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -380,6 +380,7 @@ struct ithd { int it_cnt; /* number of schedule events */ #endif + void *it_md; /* hook for MD interrupt code */ }; #ifdef _KERNEL |
