dnscrypto-proxy: Support files updated.
[tomato.git] / release / src / shared / sromstubs.c
bloba06db72587f601fa3d739efe72e4871c569d7c6f
1 /*
2 * Should be called bcmsromstubs.c .
4 * $Id$
5 */
7 #include <typedefs.h>
8 #include <osl.h>
9 #include <bcmutils.h>
10 #include <sbutils.h>
11 #include <bcmsrom.h>
13 int
14 srom_var_init(sb_t *sbh, uint bus, void *curmap, osl_t *osh, char **vars, uint *count)
16 return 0;
19 int
20 srom_read(sb_t *sbh, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf)
22 return 0;
25 int
26 srom_write(sb_t *sbh, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf)
28 return 0;