diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-05-26 02:09:24 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-05-26 02:09:24 +0000 |
| commit | e39756439c7255bc16ba14b7b991cb01ba1c93bd (patch) | |
| tree | 112dfed9c5841280f457e0dca97e8de49e04ecd9 /sys/dev/amd | |
| parent | 13c6acf19de074f64f9ff031a2e5e660c7957fd2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/amd')
| -rw-r--r-- | sys/dev/amd/amd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/amd/amd.h b/sys/dev/amd/amd.h index e36956e4fe93..85f4f80e1474 100644 --- a/sys/dev/amd/amd.h +++ b/sys/dev/amd/amd.h @@ -154,7 +154,7 @@ typedef struct _EEprom { * SCSI Request Block */ struct amd_srb { - TAILQ_ENTRY(struct amd_srb) links; + TAILQ_ENTRY(amd_srb) links; u_int8_t CmdBlock[12]; union ccb *pccb; bus_dmamap_t dmamap; @@ -187,7 +187,7 @@ struct amd_srb { u_int8_t ScsiCmdLen; }; -TAILQ_HEAD(srb_queue, struct amd_srb); +TAILQ_HEAD(srb_queue, amd_srb); /* * Per-adapter, software configuration. |
