diff options
Diffstat (limited to 'drivers/isdn/sc/scioc.h')
-rw-r--r-- | drivers/isdn/sc/scioc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/isdn/sc/scioc.h b/drivers/isdn/sc/scioc.h index d08e650c7b6a..dfb107a6de44 100644 --- a/drivers/isdn/sc/scioc.h +++ b/drivers/isdn/sc/scioc.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef __ISDN_SC_SCIOC_H__ | ||
2 | #define __ISDN_SC_SCIOC_H__ | ||
3 | |||
1 | /* | 4 | /* |
2 | * This software may be used and distributed according to the terms | 5 | * This software may be used and distributed according to the terms |
3 | * of the GNU General Public License, incorporated herein by reference. | 6 | * of the GNU General Public License, incorporated herein by reference. |
@@ -103,3 +106,6 @@ typedef struct { | |||
103 | POTInfo potsinfo; | 106 | POTInfo potsinfo; |
104 | } info; | 107 | } info; |
105 | } boardInfo; | 108 | } boardInfo; |
109 | |||
110 | #endif /* __ISDN_SC_SCIOC_H__ */ | ||
111 | |||