summaryrefslogtreecommitdiffstats
path: root/include/dm9000.h
blob: a9a4635d2aa81c5fa828a97506227369a6779fba (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef __DM9000_H__
#define __DM9000_H__

struct dm9000_platform_data {
	int srom;
};

#endif /* __DM9000_H__ */