Another failed typedef fixed.

This commit is contained in:
matt 2012-07-29 00:08:19 +00:00
parent 9af4a6e26f
commit 283ccd082a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mhavar.h,v 1.9 2008/11/29 05:59:40 isaki Exp $ */
/* $NetBSD: mhavar.h,v 1.10 2012/07/29 00:08:19 matt Exp $ */
/*
* Copyright (c) 1994 Peter Galbavy. All rights reserved.
@ -82,7 +82,7 @@ struct spc_tinfo {
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char width; /* Width suggestion */
} tinfo_t;
};
struct mha_softc {
device_t sc_dev;