diff options
Diffstat (limited to 'sys/dev/ichsmb/ichsmb_var.h')
-rw-r--r-- | sys/dev/ichsmb/ichsmb_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb_var.h b/sys/dev/ichsmb/ichsmb_var.h index 43c0ed0..99abbe5 100644 --- a/sys/dev/ichsmb/ichsmb_var.h +++ b/sys/dev/ichsmb/ichsmb_var.h @@ -64,6 +64,7 @@ struct ichsmb_softc { int block_index; /* index for block read/write */ u_char block_write; /* 0=read, 1=write */ u_char block_data[32]; /* block read/write data */ + struct mtx mutex; /* device mutex */ }; typedef struct ichsmb_softc *sc_p; |