summaryrefslogtreecommitdiff
path: root/package/sangam-atm/patches/patch-tn7api_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-17 20:17:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-17 20:17:21 +0100
commitf9b8f27119a5fc811c2a0a25e686638c8b5680b8 (patch)
tree53cbbe8044f43ed924da0c725c2df9b9b331f3a3 /package/sangam-atm/patches/patch-tn7api_h
parentbb17a19fcc7f7d10369eed7f6c8662f6e4df9d4b (diff)
add sangam-atm package
- driver package for ag241 dsl modem, it loads, but we will see if it works..
Diffstat (limited to 'package/sangam-atm/patches/patch-tn7api_h')
-rw-r--r--package/sangam-atm/patches/patch-tn7api_h17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/sangam-atm/patches/patch-tn7api_h b/package/sangam-atm/patches/patch-tn7api_h
new file mode 100644
index 000000000..7688e20e0
--- /dev/null
+++ b/package/sangam-atm/patches/patch-tn7api_h
@@ -0,0 +1,17 @@
+--- sangam-atm-1.0.orig/tn7api.h 2006-12-11 15:36:54.000000000 +0100
++++ sangam-atm-1.0/tn7api.h 2009-12-17 19:24:45.926721344 +0100
+@@ -107,7 +107,7 @@ int tn7dsl_proc_dbg_rmsgs4(char* buf, ch
+
+ int tn7dsl_proc_write_stats(struct file *fp, const char * buf, unsigned long count, void * data);
+ int tn7dsl_proc_modem(char* buf, char **start, off_t offset, int count,int *eof, void *data);
+-inline int tn7dsl_handle_interrupt(void);
++int tn7dsl_handle_interrupt(void);
+
+ void tn7dsl_dslmod_sysctl_register(void);
+ void tn7dsl_dslmod_sysctl_unregister(void);
+@@ -173,4 +173,4 @@ void tn7sar_get_sar_firmware_version(uns
+ int tn7sar_proc_oam_ping(char* buf, char **start, off_t offset, int count,int *eof, void *data);
+ int tn7sar_proc_pvc_table(char* buf, char **start, off_t offset, int count,int *eof, void *data);
+ int tn7sar_tx_flush(void *privContext, int chan, int queue, int skip);
+-#endif __SGAPI_H
++#endif