drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mach-lantiq / lantiq_platform.h
blob70ebb4d6f050f90b228b16ab1187a4285c721ef1
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
4 * Copyright (C) 2010 John Crispin <john@phrozen.org>
5 */
7 #ifndef _LANTIQ_PLATFORM_H__
8 #define _LANTIQ_PLATFORM_H__
10 #include <linux/socket.h>
12 /* struct used to pass info to network drivers */
13 struct ltq_eth_data {
14 struct sockaddr mac;
15 int mii_mode;
18 #endif