linux/arch/mips/include/asm/mach-lantiq/lantiq_platform.h
<<
>>
Prefs
   1/*
   2 *  This program is free software; you can redistribute it and/or modify it
   3 *  under the terms of the GNU General Public License version 2 as published
   4 *  by the Free Software Foundation.
   5 *
   6 *  Copyright (C) 2010 John Crispin <john@phrozen.org>
   7 */
   8
   9#ifndef _LANTIQ_PLATFORM_H__
  10#define _LANTIQ_PLATFORM_H__
  11
  12#include <linux/socket.h>
  13
  14/* struct used to pass info to network drivers */
  15struct ltq_eth_data {
  16        struct sockaddr mac;
  17        int mii_mode;
  18};
  19
  20#endif
  21