diff options
Diffstat (limited to 'sys/dev/hfa/fore_var.h')
-rw-r--r-- | sys/dev/hfa/fore_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hfa/fore_var.h b/sys/dev/hfa/fore_var.h index 6f7dd4c..ba26928 100644 --- a/sys/dev/hfa/fore_var.h +++ b/sys/dev/hfa/fore_var.h @@ -226,6 +226,7 @@ struct fore_unit { Fore_prom *fu_prom; /* Device PROM buffer */ Fore_prom *fu_promd; /* Device PROM buffer (DMA) */ struct callout_handle fu_thandle; /* Timer handle */ + int fu_ft4; /* Running ForeThought 4 firmware */ }; typedef struct fore_unit Fore_unit; |