summaryrefslogtreecommitdiff
path: root/release/src/shared/sromstubs.c
blob: e86bc2d1637e1a46e0a770519f3b0450b5c7b112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Should be called bcmsromstubs.c .
 *
 * $Id: sromstubs.c,v 1.1.1.1 2004/08/26 06:56:18 honor Exp $
 */

#include <typedefs.h>
#include <osl.h>
#include <bcmsrom.h>

int
srom_var_init(void *sbh, uint bus, void *curmap, void *osh, char **vars, int *count)
{
	return 0;
}

int
srom_read(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf)
{
	return 0;
}

int
srom_write(uint bus, void *curmap, void *osh, uint byteoff, uint nbytes, uint16 *buf)
{
	return 0;
}