Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  *  Copyright (C) 2010 John Crispin <john@phrozen.org>
0005  */
0006 
0007 #ifndef _LANTIQ_PLATFORM_H__
0008 #define _LANTIQ_PLATFORM_H__
0009 
0010 #include <linux/socket.h>
0011 
0012 /* struct used to pass info to network drivers */
0013 struct ltq_eth_data {
0014     struct sockaddr mac;
0015     int mii_mode;
0016 };
0017 
0018 #endif