diff options
Diffstat (limited to 'include/linux/stallion.h')
-rw-r--r-- | include/linux/stallion.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/stallion.h b/include/linux/stallion.h index f277551fe..35274488d 100644 --- a/include/linux/stallion.h +++ b/include/linux/stallion.h @@ -3,7 +3,7 @@ /* * stallion.h -- stallion multiport serial driver. * - * Copyright (C) 1996-1997 Stallion Technologies (support@stallion.oz.au). + * Copyright (C) 1996-1998 Stallion Technologies (support@stallion.oz.au). * Copyright (C) 1994-1996 Greg Ungerer (gerg@stallion.oz.au). * * This program is free software; you can redistribute it and/or modify @@ -131,6 +131,8 @@ typedef struct stlbrd { void (*isr)(struct stlbrd *brdp); unsigned int ioaddr1; unsigned int ioaddr2; + unsigned int iosize1; + unsigned int iosize2; unsigned int iostatus; unsigned int ioctrl; unsigned int ioctrlval; |