Another failed typedef fixed.
This commit is contained in:
parent
9af4a6e26f
commit
283ccd082a
|
@ -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.
|
* Copyright (c) 1994 Peter Galbavy. All rights reserved.
|
||||||
|
@ -82,7 +82,7 @@ struct spc_tinfo {
|
||||||
u_char period; /* Period suggestion */
|
u_char period; /* Period suggestion */
|
||||||
u_char offset; /* Offset suggestion */
|
u_char offset; /* Offset suggestion */
|
||||||
u_char width; /* Width suggestion */
|
u_char width; /* Width suggestion */
|
||||||
} tinfo_t;
|
};
|
||||||
|
|
||||||
struct mha_softc {
|
struct mha_softc {
|
||||||
device_t sc_dev;
|
device_t sc_dev;
|
||||||
|
|
Loading…
Reference in New Issue