adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles...
[openwrt/svn-archive/archive.git] / package / ifxmips-atm / src / proc.h
1 #ifndef _IFXMIPS_PPE_PROC_H__
2 #define _IFXMIPS_PPE_PROC_H__
3
4 void proc_file_create(void);
5 void proc_file_delete(void);
6 int proc_read_idle_counter(char *page, char **start, off_t off, int count, int *eof, void *data);
7 int proc_read_stats(char *page, char **start, off_t off, int count, int *eof, void *data);
8
9 #endif