adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles but throws ioctl -EINVAL during bring up of atm device, hence marked as broken

SVN-Revision: 17819
This commit is contained in:
John Crispin
2009-10-02 09:41:22 +00:00
parent 7f3ed114f2
commit c1378fe9f1
10 changed files with 3754 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _IFXMIPS_PPE_PROC_H__
#define _IFXMIPS_PPE_PROC_H__
void proc_file_create(void);
void proc_file_delete(void);
int proc_read_idle_counter(char *page, char **start, off_t off, int count, int *eof, void *data);
int proc_read_stats(char *page, char **start, off_t off, int count, int *eof, void *data);
#endif