[toolchain] refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2
[openwrt.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
This page took 0.038358 seconds and 5 git commands to generate.