TomatoVPN 1.27vpn3.6 release
[tomato.git] / release / src / shared / sromstubs.c
blobe86bc2d1637e1a46e0a770519f3b0450b5c7b112
1 /*
2 * Should be called bcmsromstubs.c .
4 * $Id: sromstubs.c,v 1.1.1.1 2004/08/26 06:56:18 honor Exp $
5 */
7 #include <typedefs.h>
8 #include <osl.h>
9 #include <bcmsrom.h>
11 int
12 srom_var_init(void *sbh, uint bus, void *curmap, void *osh, char **vars, int *count)
14 return 0;
17 int
18 srom_read(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf)
20 return 0;
23 int
24 srom_write(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf)
26 return 0;