Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54753
b: refs/heads/master
c: a7e27d5
h: refs/heads/master
i:
  54751: 9f8bc2e
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed May 8, 2007
1 parent 667eeed commit c84648e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 635244c59c27d3b22c4523d2a951cf553195a966
refs/heads/master: a7e27d5dd396419dc6d6288db6a6d86cf3a94ba5
2 changes: 1 addition & 1 deletion trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ header-y += ip_mp_alg.h
header-y += ipsec.h
header-y += ipx.h
header-y += irda.h
header-y += isdn_divertif.h
header-y += iso_fs.h
header-y += ixjuser.h
header-y += jffs2.h
Expand Down Expand Up @@ -242,6 +241,7 @@ unifdef-y += ipv6.h
unifdef-y += ipv6_route.h
unifdef-y += isdn.h
unifdef-y += isdnif.h
unifdef-y += isdn_divertif.h
unifdef-y += isdn_ppp.h
unifdef-y += isicom.h
unifdef-y += jbd.h
Expand Down
5 changes: 5 additions & 0 deletions trunk/include/linux/isdn_divertif.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#define DIVERT_REL_ERR 0x04 /* module not registered */
#define DIVERT_REG_NAME isdn_register_divert

#ifdef __KERNEL__
#include <linux/isdnif.h>
#include <linux/types.h>

/***************************************************************/
/* structure exchanging data between isdn hl and divert module */
/***************************************************************/
Expand All @@ -40,3 +44,4 @@ typedef struct
/* function register */
/*********************/
extern int DIVERT_REG_NAME(isdn_divert_if *);
#endif

0 comments on commit c84648e

Please sign in to comment.