summaryrefslogtreecommitdiffstats
path: root/include/platform_data/eth-dm9000.h
blob: 241552cee26633f54aae089d148a015b6c7d4a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __DM9000_H__
#define __DM9000_H__

struct dm9000_platform_data {
	int srom;
};

#endif /* __DM9000_H__ */