summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-09-25 07:28:18 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-25 07:28:18 -0700
commit662c8869d754663b86cf9d6c8178e0f7136f534d (patch)
treef417bc34bfd698946a0a94b3c2e7c3e71d2aa963 /include
parent3cd77e0ca5304346de81763e9511ab9a2ba91347 (diff)
parentf96d1ee4176359ff1456f5bfe567bb899a5287a9 (diff)
Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.5
into home.osdl.org:/home/torvalds/v2.5/linux
Diffstat (limited to 'include')
-rw-r--r--include/linux/hdlcdrv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h
index bad91ec22db5..f824d306b7c6 100644
--- a/include/linux/hdlcdrv.h
+++ b/include/linux/hdlcdrv.h
@@ -180,6 +180,7 @@ struct hdlcdrv_ops {
struct hdlcdrv_state {
int magic;
+ int opened;
const struct hdlcdrv_ops *ops;