summaryrefslogtreecommitdiff
path: root/include/linux/fec.h
blob: 1454a503622d270dcd12a236c649c1a16bdb6eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* include/linux/fec.h
 *
 * Copyright (c) 2009 Orex Computed Radiography
 *   Baruch Siach <baruch@tkos.co.il>
 *
 * Copyright (C) 2010 Freescale Semiconductor, Inc.
 *
 * Header file for the FEC platform data
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#ifndef __LINUX_FEC_H__
#define __LINUX_FEC_H__

#include <linux/phy.h>

struct fec_platform_data {
	phy_interface_t phy;
	unsigned char mac[ETH_ALEN];
	void (*sleep_mode_enable)(int enabled);
};

#endif
Axboe 2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-09-29groups: Convert group_info.usage to refcount_tElena Reshetova 2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik 2023-08-18cred: convert printks to pr_<level>tiozhang 2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook 2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra