repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
mips
/
include
/
asm
/
mach-lantiq
/
lantiq_platform.h
blob
70ebb4d6f050f90b228b16ab1187a4285c721ef1
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
*
4
* Copyright (C) 2010 John Crispin <john@phrozen.org>
5
*/
6
7
#ifndef _LANTIQ_PLATFORM_H__
8
#define _LANTIQ_PLATFORM_H__
9
10
#include <linux/socket.h>
11
12
/* struct used to pass info to network drivers */
13
struct
ltq_eth_data
{
14
struct
sockaddr mac
;
15
int
mii_mode
;
16
};
17
18
#endif